Skip to content

Commit 78afdc4

Browse files
committed
update build_html.sh script with new docker image
1 parent 6eaa0f5 commit 78afdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_html.sh

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

0 commit comments

Comments
 (0)