Skip to content

Commit

Permalink
Cleaned up justfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Nov 17, 2024
1 parent 6dbd19e commit f5113de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,3 @@ VENV_DIRNAME := ".venv"
# serve docs during development
@serve-docs:
uvx --with mkdocs-material mkdocs serve

# build documenation
@build-docs:
uvx --with mkdocs-material mkdocs build

# publish documentation on github
@publish-docs: build-docs
uvx --with mkdocs-material mkdocs gh-deploy --force

0 comments on commit f5113de

Please sign in to comment.