Skip to content

Commit

Permalink
Adjusted makefile for github action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 23, 2021
1 parent e3bed16 commit 13b4cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 13b4cdc

Please sign in to comment.