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

Commit cb84374

Browse files
committed
Fix typos in publish script
1 parent 6b9d3f5 commit cb84374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ set -x
44
set -e
55

66
# Build and upload doc
7-
poetry run phinx-build -W docs docs/_build/html/
7+
poetry run sphinx-build -W docs docs/_build/html/
88
poetry run ghp-import \
99
--push \
1010
--force \
1111
--no-jekyll \
12-
docs/_build/htmtl \
12+
docs/_build/html/ \
1313

1414
# Build and upload source and wheel on pypi.org
1515
rm -fr dist/

0 commit comments

Comments
 (0)