Skip to content

Commit 98f98b3

Browse files
committed
build: 🔨 add quatodoc command to justfile recipe
1 parent 144786b commit 98f98b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ reset-local:
5555
rm persistent_storage/raw/*.csv
5656

5757
# Build the documentation website using Quarto
58-
build-website:
58+
build-website: install-deps
5959
# To let Quarto know where python is.
6060
export QUARTO_PYTHON=.venv/bin/python3
61+
poetry run quartodoc build
6162
poetry run quarto render --execute
6263

6364
# Add files for a new function (function file and test file)

0 commit comments

Comments
 (0)