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 dc67120 commit e7704f0Copy full SHA for e7704f0
Makefile
@@ -38,7 +38,7 @@ r-version: r-book-jl
38
# Build the given version of the book.
39
%-book: ninja-config
40
cd $(SOURCE_DIR) && ninja clean && ninja $*-book
41
- noteout-proc-nbs $(SOURCE_DIR)/_quarto-$*.yml
+ $(PYTHON) ./scripts/postprocess_site.py $(SOURCE_DIR)/_quarto-$*.yml
42
43
# Add JupyterLite on top of given book build.
44
%-book-jl: %-book
0 commit comments