Adjusted makefile for github action commit

This commit is contained in:
Corey Oordt 2021-12-23 15:57:25 -06:00
parent e3bed16a9f
commit 13b4cdc981

View file

@ -93,4 +93,5 @@ docs: ## generate Sphinx HTML documentation, including API docs
cp -a doc_src/_build/html/. docs
pubdocs: docs ## Publish the documentation to GitHub
ghp-import -op docs
ghp-import -o docs
git push origin gh-pages --force