From 919fe2654007aa335c01b835b6467174c6c0de71 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:10:47 -0500 Subject: [PATCH] ci: use jupyter book 1.0 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9132423..b287544 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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