Skip to content

Commit 00cd60b

Browse files
remove w perms after build in build script
1 parent 6ee73ad commit 00cd60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_html.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
chmod a+w source/
2-
chmod a+w source/data/
1+
chmod -R o+w source/
32
docker run --rm -v $(pwd):/home/jovyan ubcdsci/py-intro-to-ds:202212191809333bdc71 /bin/bash -c "jupyter-book build source"
3+
chmod -R o-w source/

0 commit comments

Comments
 (0)