Skip to content

Commit 2758f65

Browse files
committed
fix: Add command for manually deploying docs
1 parent 296b1bf commit 2758f65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ apidocs: .venv
5454
@$(VENV_PATH)/bin/sphinx-build -W -b html docs/ docs/_build
5555
.PHONY: apidocs
5656

57+
apidocs-hotfix: apidocs
58+
@$(VENV_PATH)/bin/pip install ghp-import
59+
@$(VENV_PATH)/bin/ghp-import -pf docs/_build
60+
.PHONY: apidocs-hotfix
61+
5762
install-zeus-cli:
5863
npm install -g @zeus-ci/cli
5964
.PHONY: install-zeus-cli

0 commit comments

Comments
 (0)