Skip to content

Commit 35d22c7

Browse files
committed
fix doc deployment command
1 parent 97ef6a6 commit 35d22c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
if-no-files-found: error
3434

3535
- name: Deploy to GitHub Pages
36-
run: mkdocs gh-deploy --force
36+
run: make doc-gh-deploy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ doc-serve: $(DOC_REQUIREMENTS) docs/mkdocs.yml
9393

9494
.PHONY: doc-gh-deploy
9595
doc-gh-deploy: $(DOC_REQUIREMENTS) docs/mkdocs.yml
96-
$(VENV_BIN)/mkdocs gh-deploy -f docs/mkdocs.yml -d site
96+
$(VENV_BIN)/mkdocs gh-deploy -f docs/mkdocs.yml -d site --force
9797

9898
.PHONY: updates
9999
updates: $(PIP_REQUIREMENTS)

0 commit comments

Comments
 (0)