Skip to content

Commit

Permalink
Remove wrangler deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Aug 14, 2023
1 parent 066a6e0 commit 66c3fc5
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 @@ -97,7 +97,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages publish public --branch=${{ github.head_ref || github.ref_name }} --project-name=dispoflare
command: pages deploy public --branch=${{ github.head_ref || github.ref_name }} --project-name=dispoflare

- name: Generate sourcemap
run: npm run build -- --sourcemap
Expand Down

0 comments on commit 66c3fc5

Please sign in to comment.