Skip to content

Commit 24bd3c4

Browse files
committed
install thebe packages in gh action
1 parent ccb73a6 commit 24bd3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 24
4747
- name: Install MyST Markdown
48-
run: npm install -g mystmd
48+
run: npm install -g mystmd thebe-core thebe thebe-lite
4949
- name: Install requirements.txt
5050
run: "if [ -f requirements.txt ]; then pip install -r requirements.txt; fi"
5151
- name: Build HTML Assets

0 commit comments

Comments
 (0)