Skip to content

Commit

Permalink
fix action ?
Browse files Browse the repository at this point in the history
  • Loading branch information
mehotkhan committed Aug 27, 2024
1 parent f723f7f commit 708f0d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Publish to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
Expand All @@ -26,4 +26,3 @@ jobs:
env:
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}

0 comments on commit 708f0d5

Please sign in to comment.