Skip to content

Commit

Permalink
Merge pull request #8 from jupyter-book/agoose77/fix-further-ci
Browse files Browse the repository at this point in the history
🐝 Fix CI to use `npx`
  • Loading branch information
agoose77 authored Nov 13, 2024
2 parents 74a5c21 + eaef788 commit ec1bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install MyST Markdown
run: npm install
- name: Build HTML Assets
run: myst build --html
run: npx myst build --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ec1bcd5

Please sign in to comment.