Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 18, 2024
1 parent e7704f0 commit f80072f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ r-version: r-book-jl
# Add JupyterLite on top of given book build.
%-book-jl: %-book
$(PIP_INSTALL_CMD) -r $*-jl-requirements.txt
$(PYTHON) -m noteout.process_notebooks.py \
$(PYTHON) -m noteout.process_notebooks \
$(SOURCE_DIR)/_quarto-$*.yml \
_$*_notebooks
$(PYTHON) -m jupyter lite build \
Expand Down

0 comments on commit f80072f

Please sign in to comment.