Skip to content

Commit

Permalink
fix issue with missing netlify executable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Jan 22, 2025
1 parent 7b532df commit 333987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: netlify deploy --dir=docs/.vuepress/dist --prod
run: npx netlify-cli deploy --dir=docs/.vuepress/dist --prod

0 comments on commit 333987f

Please sign in to comment.