We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd202f1 commit f371ff5Copy full SHA for f371ff5
1 file changed
.github/workflows/deploy-book.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: "3.10"
31
32
- name: Install Jupyter Book
33
- run: pip install jupyter-book
+ run: pip install jupyter-book==1.0.4
34
35
- name: Build Jupyter Book site
36
run: jb build .
0 commit comments