Closed aaccioly-mpn closed 1 year ago
As per title, when one initialises a project with
include_github_actions: y cookiecutter.mkdocs: n publish_to: none
Cookiecutter generates a on-release-main file with no steps, which fails the build.
Suggested solutions:
Either remove the file all together when publish_to: none or execute all steps until the actual publishing.
publish_to: none
Thanks for raising the issue! I will look into this.
As per title, when one initialises a project with
Cookiecutter generates a on-release-main file with no steps, which fails the build.
Suggested solutions:
Either remove the file all together when
publish_to: none
or execute all steps until the actual publishing.