Skip to content

Commit

Permalink
add gh-pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
pkucmus committed Nov 21, 2023
1 parent 63dba3d commit cd6ede6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependencies = [
[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean --strict"
serve = "mkdocs serve --dev-addr localhost:8000"
deploy = "mkdocs gh-deploy --force"

[tool.hatch.envs.lint]
dependencies = [
Expand Down

0 comments on commit cd6ede6

Please sign in to comment.