Skip to content

Commit d7c3756

Browse files
committed
dev: switch order of building API and adding extensions
1 parent 6b7ce19 commit d7c3756

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
@@ -45,9 +45,9 @@ docs-build-readme:
4545

4646
docs-build: export PLUM_SIMPLE_DOC=1
4747
docs-build: docs-build-examples
48-
cd docs && quarto add --no-prompt ..
4948
cd docs && quartodoc build --verbose
5049
cd docs && quartodoc interlinks
50+
cd docs && quarto add --no-prompt ..
5151
quarto render docs
5252

5353
test-interlinks: quartodoc/tests/example_interlinks/test.md

0 commit comments

Comments
 (0)