ci: use jupyter book 1.0

This commit is contained in:
rzmk 2025-12-03 07:10:47 -05:00
parent ca8813184d
commit 919fe26540

View file

@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e ./bash_kernel
pip install jupyter-book
pip install "jupyter-book<2.0"
python -m bash_kernel.install
# (optional) Cache your executed notebooks between runs
@ -52,7 +52,7 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter book build --html
jupyter-book build .
# Upload the book's HTML as an artifact
- name: Upload artifact