Skip to content

Commit c67f906

Browse files
authored
Add the plugin install step to action (#26)
1 parent 3c44854 commit c67f906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
node-version: 18.x
3737
- name: Install MyST Markdown
3838
run: npm install -g mystmd
39+
- name: Install the local plugin
40+
run: npm install
3941
- name: Build HTML Assets
4042
run: myst build --html
4143
- name: Upload artifact

0 commit comments

Comments
 (0)