We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef6a6 commit 35d22c7Copy full SHA for 35d22c7
.github/workflows/docs.yml
@@ -33,4 +33,4 @@ jobs:
33
if-no-files-found: error
34
35
- name: Deploy to GitHub Pages
36
- run: mkdocs gh-deploy --force
+ run: make doc-gh-deploy
Makefile
@@ -93,7 +93,7 @@ doc-serve: $(DOC_REQUIREMENTS) docs/mkdocs.yml
93
94
.PHONY: doc-gh-deploy
95
doc-gh-deploy: $(DOC_REQUIREMENTS) docs/mkdocs.yml
96
- $(VENV_BIN)/mkdocs gh-deploy -f docs/mkdocs.yml -d site
+ $(VENV_BIN)/mkdocs gh-deploy -f docs/mkdocs.yml -d site --force
97
98
.PHONY: updates
99
updates: $(PIP_REQUIREMENTS)
0 commit comments