Skip to content

Commit

Permalink
Update docs.yaml with --force
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekswess authored Jan 16, 2025
1 parent 926d78f commit 968bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: pip install --upgrade pip && pip install mkdocs mkdocs-material
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy
run: mkdocs gh-deploy --force

0 comments on commit 968bf2f

Please sign in to comment.