Skip to content

Commit 919fe26

Browse files
committed
ci: use jupyter book 1.0
1 parent ca88131 commit 919fe26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
pip install -e ./bash_kernel
39-
pip install jupyter-book
39+
pip install "jupyter-book<2.0"
4040
python -m bash_kernel.install
4141
4242
# (optional) Cache your executed notebooks between runs
@@ -52,7 +52,7 @@ jobs:
5252
# Build the book
5353
- name: Build the book
5454
run: |
55-
jupyter book build --html
55+
jupyter-book build .
5656
5757
# Upload the book's HTML as an artifact
5858
- name: Upload artifact

0 commit comments

Comments
 (0)