Skip to content

Commit c0f9142

Browse files
committed
fix: build in ci
1 parent 8afdcdd commit c0f9142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
python-version: '3.12'
4040
- name: Install MyST Markdown
4141
run: npm install -g mystmd
42+
- name: Build plugin
43+
run: |
44+
npm install
45+
npm run build
4246
- name: Build HTML Assets
4347
run: myst build --html
4448
- name: Upload artifact

0 commit comments

Comments
 (0)