mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 08:09:25 +00:00
ci: use jupyter book 1.0
This commit is contained in:
parent
ca8813184d
commit
919fe26540
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue