Skip to content

Commit cd6e678

Browse files
committed
ci: add uv run before quarto command
1 parent f96dce0 commit cd6e678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docs-build: export PLUM_SIMPLE_DOC=1
4747
docs-build: docs-build-examples
4848
cd docs && uv run quartodoc build --verbose
4949
cd docs && uv run quartodoc interlinks
50-
cd docs && quarto add --no-prompt ..
50+
cd docs && uv run quarto add --no-prompt ..
5151
quarto render docs
5252

5353
test-overview-template:

0 commit comments

Comments
 (0)