Skip to content

Commit f704c4b

Browse files
committed
use jupyter 2.0
1 parent 34538aa commit f704c4b

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +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 jupyter book 2.0
36-
# run: pip install "jupyter-book>=2.0.0a0"
37-
38-
# - name: Build HTML
39-
# working-directory: ./lectures
40-
# run: jupyter book build --html --execute
41-
42-
- name: Install MyST Markdown CLI
43-
run: |
44-
git clone https://github.com/kp992/mystmd.git
45-
cd mystmd
46-
git checkout ipynb_option
47-
npm install
48-
npm run build
49-
npm install -g .
50-
sudo npm run link
35+
- name: Install jupyter book 2.0
36+
run: pip install "jupyter-book>=2.0.0a0"
5137

5238
- name: Build HTML
5339
working-directory: ./lectures
54-
run: |
55-
myst build --ipynb --execute
56-
myst build --html
40+
run: jupyter book build --html --execute
5741

5842
- name: Upload build output
5943
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)