We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbd19e commit f5113deCopy full SHA for f5113de
justfile
@@ -50,11 +50,3 @@ VENV_DIRNAME := ".venv"
50
# serve docs during development
51
@serve-docs:
52
uvx --with mkdocs-material mkdocs serve
53
-
54
-# build documenation
55
-@build-docs:
56
- uvx --with mkdocs-material mkdocs build
57
58
-# publish documentation on github
59
-@publish-docs: build-docs
60
- uvx --with mkdocs-material mkdocs gh-deploy --force
0 commit comments