Skip to content

Commit 7b0eaf3

Browse files
committed
use jupyter book 2.0 for building
1 parent 0793a74 commit 7b0eaf3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
if: steps.cache-execution.outputs.cache-hit != 'true'
3333
run: python -m pip install -r myst_requirements.txt
3434

35-
- name: Install MyST Markdown CLI
36-
run: npm install -g mystmd
35+
- name: Install jupyter book 2.0
36+
run: pip install "jupyter-book>=2.0.0a0"
3737

3838
- name: Build HTML
3939
working-directory: ./lectures
40-
run: myst build --html --execute
40+
run: jupyter book build --html --execute
4141

4242
- name: Upload build output
4343
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)