Skip to content

Commit

Permalink
Add the plugin install step to action (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Sep 26, 2024
1 parent 3c44854 commit c67f906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
node-version: 18.x
- name: Install MyST Markdown
run: npm install -g mystmd
- name: Install the local plugin
run: npm install
- name: Build HTML Assets
run: myst build --html
- name: Upload artifact
Expand Down

0 comments on commit c67f906

Please sign in to comment.