Skip to content

Commit 797c1de

Browse files
committed
Fix publishing doc
1 parent 1572a02 commit 797c1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ deploy-doc: build-doc
3333
--no-jekyll \
3434
--remote github \
3535
docs/_build/html/
36-
git push github gh-pages --force --no-verify
36+
git push origin gh-pages --force --no-verify

0 commit comments

Comments
 (0)