Skip to content

Commit b7bd3b7

Browse files
committed
requirements
Signed-off-by: Max Pumperla <[email protected]>
1 parent 04f57f9 commit b7bd3b7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
13-
pages: write
14-
id-token: write
1511
steps:
1612
- uses: actions/checkout@v3
1713

@@ -22,11 +18,11 @@ jobs:
2218

2319
- name: Install dependencies
2420
run: |
25-
pip install jupyter-book pyyaml
21+
pip install jupyter-book<2.0 pyyaml
2622
2723
- name: Split notebooks and generate navigation
2824
run: |
29-
python split_notebooks.py --no-html --force
25+
python split_notebooks.py --force
3026
3127
- name: Build the book
3228
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jupyter-book
1+
jupyter-book<2.0

0 commit comments

Comments
 (0)