Skip to content

Commit d65865e

Browse files
authored
Merge pull request #261 from NLeSC/260-render-next-steps-mds
Only ignore workflows not whole .github
2 parents e46cbfa + 5b06c31 commit d65865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package_name": "my_python_package",
33
"project_name": "my-python-project",
4-
"_copy_without_render": [".github/*"],
4+
"_copy_without_render": [".github/workflows/*"],
55
"package_short_description": "",
66
"version": "0.1.0",
77
"github_organization": "<my-github-organization>",

0 commit comments

Comments
 (0)