Skip to content

Commit f5113de

Browse files
committed
Cleaned up justfile.
1 parent 6dbd19e commit f5113de

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

justfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,3 @@ VENV_DIRNAME := ".venv"
5050
# serve docs during development
5151
@serve-docs:
5252
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

Comments
 (0)