Skip to content

Commit e7704f0

Browse files
committed
Back out wrong script change
This reverts commit 9c453f0.
1 parent dc67120 commit e7704f0

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
@@ -38,7 +38,7 @@ r-version: r-book-jl
3838
# Build the given version of the book.
3939
%-book: ninja-config
4040
cd $(SOURCE_DIR) && ninja clean && ninja $*-book
41-
noteout-proc-nbs $(SOURCE_DIR)/_quarto-$*.yml
41+
$(PYTHON) ./scripts/postprocess_site.py $(SOURCE_DIR)/_quarto-$*.yml
4242

4343
# Add JupyterLite on top of given book build.
4444
%-book-jl: %-book

0 commit comments

Comments
 (0)