Skip to content

Commit e02cc61

Browse files
remove final chmod (github actions fails with it)
1 parent 0dbc603 commit e02cc61

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)