python-template icon indicating copy to clipboard operation
python-template copied to clipboard

create .github/workflows folder only when GitHub action is enabled

Open fdiblen opened this issue 1 year ago • 2 comments

Create .github/workflows folder only when the number of enabled GitHub Actions is one or more.

fdiblen avatar Aug 26 '24 19:08 fdiblen

The same applies to .github folder

fdiblen avatar Aug 29 '24 15:08 fdiblen

With #593 (remove docs from minimum), we will have a GitHub action in a separate place, so this isn't straightforward anymore. Maybe create a computed after all questions?

abelsiqueira avatar Aug 29 '24 15:08 abelsiqueira

Fixed in https://github.com/NLeSC/python-template/pull/653

lyashevska avatar Sep 02 '24 15:09 lyashevska