Skip to content

Commit 5efadae

Browse files
committed
Add _copy_without_render
1 parent b28b6ae commit 5efadae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cookiecutter.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"python_package_name": "{{ cookiecutter.github_project_name | replace('-', '_') }}",
77
"npm_package_name": "{{ cookiecutter.github_project_name }}",
88
"npm_package_version": "0.1.0",
9-
"project_short_description": "A Custom Jupyter Widget Library"
9+
"project_short_description": "A Custom Jupyter Widget Library",
10+
"_copy_without_render": [
11+
".github/workflows/*"
12+
]
1013
}

0 commit comments

Comments
 (0)