2 parents f54d49f + 59ab8dd commit 6f9d21cCopy full SHA for 6f9d21c
1 file changed
.github/workflows/deploy.yml
@@ -51,15 +51,15 @@ jobs:
51
52
- name: Deploy to Cloudflare Pages (Production)
53
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && env.HAS_CF_TOKEN == 'true'
54
- uses: cloudflare/wrangler-action@v3
+ uses: cloudflare/wrangler-action@v4
55
with:
56
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
57
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
58
command: pages deploy web --project-name=pythonplot --branch=main
59
60
- name: Deploy to Cloudflare Pages (Preview)
61
if: github.ref != 'refs/heads/master' && env.HAS_CF_TOKEN == 'true'
62
63
64
65
0 commit comments