Skip to content

Commit

Permalink
Use pnpm run
Browse files Browse the repository at this point in the history
  • Loading branch information
kotx authored May 21, 2023
1 parent 46abb70 commit 18d5ff8
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 @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Publish
run: pnpm deploy
run: pnpm run deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 18d5ff8

Please sign in to comment.