Skip to content

Commit df54373

Browse files
committed
Install mystmd CLI via npm
1 parent 1b85d3a commit df54373

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
with:
3737
node-version: "22"
3838

39-
- name: Install Jupyter Book 2.0
40-
run: uv pip install --pre "jupyter-book==2.*" --system
39+
- name: Install Jupyter Book 2.0 and MyST
40+
run: |
41+
uv pip install --pre "jupyter-book==2.*" --system
42+
npm install -g mystmd
4143
4244
- name: Build book
4345
run: |

0 commit comments

Comments
 (0)