Skip to content

Commit ab91885

Browse files
Merge pull request #225 from UBC-DSCI/main
Fix production build failure
2 parents 1bbdafb + e02cc61 commit ab91885

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build_html.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
chmod -R o+w source/
22
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:20230831171718ddf538 /bin/bash -c "jupyter-book build source"
3-
chmod -R o-w source/

build_pdf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
chmod -R o+w source/
22
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"
3-
chmod -R o-w source/

0 commit comments

Comments
 (0)