We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcc77a commit 4fa2570Copy full SHA for 4fa2570
.github/workflows/docs.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Build and deploy docs
26
run: |
27
. .venv/bin/activate
28
- mkdocs gh-deploy -s
+ mkdocs gh-deploy -s --force
29
0 commit comments