fix GHP-import in makefile

This commit is contained in:
Sebastian Thiel
2021-04-02 00:23:31 +08:00
parent 503593b907
commit 2bfeeb99f9

View File

@@ -160,7 +160,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