We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d7fcf commit 6e4b9a7Copy full SHA for 6e4b9a7
1 file changed
.github/workflows/docs.yaml
@@ -23,6 +23,10 @@ jobs:
23
python-version: "3.11"
24
- uses: actions/configure-pages@v3
25
- run: sudo apt-get update && sudo apt-get install tree
26
+ - run: | # replace symlinks with actual files
27
+ rm -r src/init_python_project/template src/init_python_project/copier.yaml
28
+ cp -r template src/init_python_project/.
29
+ cp copier.yaml src/init_python_project/.
30
- run: | # creating example projects using copier requires a git identity
31
git config --global user.name "ci-runner"
32
git config --global user.email "ci-runner@github.com"
0 commit comments