We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5e683 commit 8bb3886Copy full SHA for 8bb3886
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
git branch gh-pages origin/gh-pages
37
git worktree add gh-pages-temp gh-pages
38
39
- rsync -av --delete site/ gh-pages-temp/
+ rsync -av --delete --exclude=.git site/ gh-pages-temp/
40
touch gh-pages-temp/.nojekyll
41
42
cd gh-pages-temp
0 commit comments