Skip to content

Commit 7a0e94f

Browse files
fix: use pnpm dlx instead of npx in workflow
1 parent 5540455 commit 7a0e94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Deploy with gh-pages
2727
run: |
2828
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
29-
npx gh-pages -d dist -u "github-actions-bot <[email protected]>"
29+
pnpm dlx gh-pages -d dist -u "github-actions-bot <[email protected]>"
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)