Skip to content

Commit 60eebda

Browse files
committed
permissions
Signed-off-by: Max Pumperla <[email protected]>
1 parent 41e4f65 commit 60eebda

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
pages: write
1414
id-token: write
1515
steps:
@@ -22,7 +22,11 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
pip install jupyter-book
25+
pip install jupyter-book pyyaml
26+
27+
- name: Split notebooks and generate navigation
28+
run: |
29+
python split_notebooks.py --no-html
2630
2731
- name: Build the book
2832
run: |

0 commit comments

Comments
 (0)