Skip to content

Commit ec1bcd5

Browse files
authored
Merge pull request #8 from jupyter-book/agoose77/fix-further-ci
🐝 Fix CI to use `npx`
2 parents 74a5c21 + eaef788 commit ec1bcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install MyST Markdown
3737
run: npm install
3838
- name: Build HTML Assets
39-
run: myst build --html
39+
run: npx myst build --html
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:

0 commit comments

Comments
 (0)