Skip to content

Commit 8bb3886

Browse files
ci: build fix #3
1 parent ce5e683 commit 8bb3886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git branch gh-pages origin/gh-pages
3737
git worktree add gh-pages-temp gh-pages
3838
39-
rsync -av --delete site/ gh-pages-temp/
39+
rsync -av --delete --exclude=.git site/ gh-pages-temp/
4040
touch gh-pages-temp/.nojekyll
4141
4242
cd gh-pages-temp

0 commit comments

Comments
 (0)