Skip to content

Commit 05e2c6e

Browse files
committed
force checkout
1 parent 29c23e4 commit 05e2c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mkdocs build
3737
mv site ../site
3838
git fetch --all
39-
git checkout gh-pages
39+
git checkout gh-pages -f
4040
cp -r ../site/* .
4141
- name: Deploy Docs
4242
uses: EndBug/add-and-commit@v7

0 commit comments

Comments
 (0)