bump wrangler version and fix
Deploy to Cloudflare CDN / Deploy to cloudflare (push) Failing after 9s

This commit is contained in:
2026-03-05 15:18:41 -06:00
parent 794007e0af
commit 8cbc6f2e66
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
# run: |
# ./zola build
- name: Deploy
uses: cloudflare/wrangler-action@v3.12.0
uses: cloudflare/wrangler-action@v4.70.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
+2 -2
View File
@@ -1,9 +1,9 @@
name = "wgcs-tech"
compatibility_date = "2025-08-18"
compatibility_date = "2026-3-5"
workers_dev = true
routes = [
{ pattern = wgcs.tech", custom_domain = true }
{ pattern = "wgcs.tech", custom_domain = true }
]
[build]