We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31acac7 commit 756af9dCopy full SHA for 756af9d
1 file changed
.github/workflows/deploy_docs.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Deploy docs to GitHub Pages
26
env:
27
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- run: mkdocs gh-deploy
+ run: mkdocs gh-deploy --force
0 commit comments