Skip to content

Commit

Permalink
fix: mike deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Apr 26, 2024
1 parent cd4e3e3 commit 17adddc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ features = ["docs"]
[tool.hatch.envs.docs.scripts]
build = "mkdocs build --verbose"
serve = "mkdocs serve --verbose"
deploy = "mike deploy --push --update-aliases $(hatch version) latest"
deploy = """
mike deploy --push --update-aliases $(hatch version) latest
mike set-default --push latest
"""

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

0 comments on commit 17adddc

Please sign in to comment.