Skip to content

Commit

Permalink
update build_pdf.sh script with new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 13, 2023
1 parent 30b6244 commit 4e73d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_pdf.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
chmod -R o+w source/
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230831171718ddf538 /bin/bash -c "export BOOK_BUILD_TYPE='PDF'; jupyter-book build source --builder pdflatex"
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230913180510589822 /bin/bash -c "export BOOK_BUILD_TYPE='PDF'; jupyter-book build source --builder pdflatex"

0 comments on commit 4e73d60

Please sign in to comment.