Skip to content

Commit f371ff5

Browse files
committed
fix: gh action
1 parent fd202f1 commit f371ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.10"
3131

3232
- name: Install Jupyter Book
33-
run: pip install jupyter-book
33+
run: pip install jupyter-book==1.0.4
3434

3535
- name: Build Jupyter Book site
3636
run: jb build .

0 commit comments

Comments
 (0)