We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c23e4 commit 05e2c6eCopy full SHA for 05e2c6e
.github/workflows/publish.yaml
@@ -36,7 +36,7 @@ jobs:
36
mkdocs build
37
mv site ../site
38
git fetch --all
39
- git checkout gh-pages
+ git checkout gh-pages -f
40
cp -r ../site/* .
41
- name: Deploy Docs
42
uses: EndBug/add-and-commit@v7
0 commit comments