Skip to content

Commit a078a26

Browse files
committed
Add Node.js setup and MyST CLI installation to deployment workflow
1 parent 0d9ef08 commit a078a26

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41+
- name: Setup Node.js
42+
uses: actions/setup-node@v4
43+
with:
44+
node-version: '18'
45+
- name: Install MyST CLI
46+
run: npm install -g mystmd
4147
- name: Set up Python
4248
uses: actions/setup-python@v5
4349
with:

0 commit comments

Comments
 (0)