Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit cf7e110

Browse files
committed
justfile: add deploy-doc recipe
1 parent 550dc3d commit cf7e110

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

justfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ dev-doc:
2828
{{poetry_run }} sphinx-autobuild docs/ docs/_build/html
2929

3030
deploy-doc: build-doc
31-
{{ poetry_run }} ghp-import --push --force --no-jekyll docs/_build/html/
32-
31+
{{ poetry_run }} ghp-import \
32+
--no-jekyll \
33+
--remote github \
34+
docs/_build/html/
35+
git push github gh-pages --force --no-verify

0 commit comments

Comments
 (0)