We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hatch docs:deploy
1 parent 3b75588 commit 2bceb61Copy full SHA for 2bceb61
1 file changed
template/pyproject.toml.jinja
@@ -41,6 +41,7 @@ dependencies = [
41
]
42
scripts.build = "mkdocs build --clean --strict"
43
scripts.serve = "mkdocs serve --dev-addr localhost:8000"
44
+scripts.deploy = "mkdocs gh-deploy --force"
45
{%- endif %}
46
47
[tool.hatch.envs.precommit]
0 commit comments