diff --git a/justfile b/justfile index b125674..83621d8 100644 --- a/justfile +++ b/justfile @@ -25,8 +25,9 @@ format-python: build-website: # To let Quarto know where python is. export QUARTO_PYTHON=.venv/bin/python3 - # Delete any previously built files from quartodoc - rm docs/reference/*.qmd + # Delete any previously built files from quartodoc. + # -f is to not give an error if the files don't exist yet. + rm -f docs/reference/*.qmd poetry run quartodoc build poetry run quarto render --execute