python-template
python-template copied to clipboard
create .github/workflows folder only when GitHub action is enabled
Create .github/workflows folder only when the number of enabled GitHub Actions is one or more.
The same applies to .github folder
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?
Fixed in https://github.com/NLeSC/python-template/pull/653