We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9712f98 + 00cd60b commit 893b579Copy full SHA for 893b579
.github/workflows/build_book.yml
@@ -19,12 +19,6 @@ jobs:
19
with:
20
ref: 'production'
21
22
- - name: Test permissions
23
- run: |
24
- echo $USER
25
- pwd
26
- ls -al
27
-
28
- name: Build the book
29
run: |
30
./build_html.sh
build_html.sh
@@ -1,2 +1,3 @@
1
-chmod a+w source/
+chmod -R o+w source/
2
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