Skip to content

Commit

Permalink
avoid gh deploy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 24, 2024
1 parent 460b818 commit 8210851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: site
if: github.event.inputs.deploy-to-gh-pages == 'false'

- run: mkdocs gh-deploy
- run: mkdocs gh-deploy --force
if: github.event.inputs.deploy-to-gh-pages == 'true'

0 comments on commit 8210851

Please sign in to comment.