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.
1 parent 04f57f9 commit b7bd3b7Copy full SHA for b7bd3b7
.github/workflows/gh-pages.yml
@@ -8,10 +8,6 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
- permissions:
12
- contents: write
13
- pages: write
14
- id-token: write
15
steps:
16
- uses: actions/checkout@v3
17
@@ -22,11 +18,11 @@ jobs:
22
18
23
19
- name: Install dependencies
24
20
run: |
25
- pip install jupyter-book pyyaml
21
+ pip install jupyter-book<2.0 pyyaml
26
27
- name: Split notebooks and generate navigation
28
29
- python split_notebooks.py --no-html --force
+ python split_notebooks.py --force
30
31
- name: Build the book
32
requirements.txt
@@ -1 +1 @@
1
-jupyter-book
+jupyter-book<2.0
0 commit comments