Skip to content

Commit

Permalink
Remove --force on mkdocs deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiesamaha committed Oct 9, 2024
1 parent f763f67 commit 1cb5c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy

0 comments on commit 1cb5c03

Please sign in to comment.