Use ghp-import of virtual environment

This commit is contained in:
Sebastian Thiel
2021-04-01 22:26:08 +08:00
parent 0086b481ea
commit 67c5495c64
2 changed files with 2 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ pytest
pytest-cov
importlib_resources
codecov
ghp-import

View File

@@ -159,7 +159,7 @@ docs-all-clean:
rm -Rf ${doc_root}
github-pages: | docs-all-clean docs-all
ghp-import -n ${doc_root}
GHP_IMPORT -n ${doc_root}
## Have to force-push - allows us to start docs fresh, clearing out unused history
git push origin +gh-pages