Skip to content

Commit 6e4b9a7

Browse files
committed
fix: symlinks need to be replaced in github ci too
1 parent 83d7fcf commit 6e4b9a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
python-version: "3.11"
2424
- uses: actions/configure-pages@v3
2525
- 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/.
2630
- run: | # creating example projects using copier requires a git identity
2731
git config --global user.name "ci-runner"
2832
git config --global user.email "ci-runner@github.com"

0 commit comments

Comments
 (0)