Skip to content

Commit

Permalink
fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Oct 9, 2022
1 parent 99cadeb commit 11e4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ MKDOCS_CONFIG = "mkdocs.yml"
[envs.docs.scripts]
build = "mkdocs build --config-file {env:MKDOCS_CONFIG} --clean --strict {args}"
serve = "mkdocs serve --config-file {env:MKDOCS_CONFIG} --dev-addr localhost:8000 {args}"
ci-build = "mike deploy --update-aliases {args}"
ci-build = "mike deploy --config-file {env:MKDOCS_CONFIG} --update-aliases {args}"

[envs.backend]
detached = true
Expand Down

0 comments on commit 11e4a9e

Please sign in to comment.