Skip to content

Commit 893b579

Browse files
Merge branch 'main' into production
2 parents 9712f98 + 00cd60b commit 893b579

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build_book.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
ref: 'production'
2121

22-
- name: Test permissions
23-
run: |
24-
echo $USER
25-
pwd
26-
ls -al
27-
2822
- name: Build the book
2923
run: |
3024
./build_html.sh

build_html.sh

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