From 4e73d60eb38a91e0f6a73ba2590a5ae50c71bfa9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Sep 2023 18:20:45 +0000 Subject: [PATCH] update build_pdf.sh script with new docker image --- build_pdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_pdf.sh b/build_pdf.sh index 619355ec..213c8b06 100755 --- a/build_pdf.sh +++ b/build_pdf.sh @@ -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"