Skip to content

Commit

Permalink
fix: action pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
savokiss committed Oct 22, 2023
1 parent 57dbf48 commit bc9dee1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v2

- name: Install pnpm
run: npm install -g pnpm

- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit bc9dee1

Please sign in to comment.