We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0793a74 commit 7b0eaf3Copy full SHA for 7b0eaf3
1 file changed
.github/workflows/ci.yml
@@ -32,12 +32,12 @@ jobs:
32
if: steps.cache-execution.outputs.cache-hit != 'true'
33
run: python -m pip install -r myst_requirements.txt
34
35
- - name: Install MyST Markdown CLI
36
- run: npm install -g mystmd
+ - name: Install jupyter book 2.0
+ run: pip install "jupyter-book>=2.0.0a0"
37
38
- name: Build HTML
39
working-directory: ./lectures
40
- run: myst build --html --execute
+ run: jupyter book build --html --execute
41
42
- name: Upload build output
43
uses: actions/upload-pages-artifact@v3
0 commit comments