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 144786b commit 98f98b3Copy full SHA for 98f98b3
justfile
@@ -55,9 +55,10 @@ reset-local:
55
rm persistent_storage/raw/*.csv
56
57
# Build the documentation website using Quarto
58
-build-website:
+build-website: install-deps
59
# To let Quarto know where python is.
60
export QUARTO_PYTHON=.venv/bin/python3
61
+ poetry run quartodoc build
62
poetry run quarto render --execute
63
64
# Add files for a new function (function file and test file)
0 commit comments