Skip to content

Commit

Permalink
fix: Add command for manually deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 3, 2019
1 parent 296b1bf commit 2758f65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ apidocs: .venv
@$(VENV_PATH)/bin/sphinx-build -W -b html docs/ docs/_build
.PHONY: apidocs

apidocs-hotfix: apidocs
@$(VENV_PATH)/bin/pip install ghp-import
@$(VENV_PATH)/bin/ghp-import -pf docs/_build
.PHONY: apidocs-hotfix

install-zeus-cli:
npm install -g @zeus-ci/cli
.PHONY: install-zeus-cli
Expand Down

0 comments on commit 2758f65

Please sign in to comment.