Skip to content

Commit

Permalink
Fix: Added npx to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Educorreia932 committed Apr 29, 2024
1 parent b5fc01a commit 6e1a945
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 @@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build
run: slidev build --base /Workshop-Haskell/
run: npx slidev build --base /Workshop-Haskell/
- name: Deploy pages
uses: crazy-max/ghaction-github-pages@v4
with:
Expand Down

0 comments on commit 6e1a945

Please sign in to comment.