Skip to content

Commit

Permalink
justfile: add doc-deploy recipe to deploy doc to gh
Browse files Browse the repository at this point in the history
Deploy to GitHub pages.

/settings/pages
Source: deploy from a branch
Branch: gh-pages /(root)

Issue #39
  • Loading branch information
iacopy committed Nov 3, 2023
1 parent 857432e commit e974a7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ setenv VIRTUALENV:
@doc:
poetry run mkdocs serve
# deploy HTML documentation to github pages
@doc-deploy:
poetry run mkdocs gh-deploy
# WARNING! Remove untracked stuff (git clean -idx)! Useful to clean artifacts.
clean:
# NB: after this, you will need to recompile cython files
Expand Down

0 comments on commit e974a7e

Please sign in to comment.