fix(ci): use --config flag so wrangler reads wrangler.json
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 15s

This commit is contained in:
Sanil Chawla
2026-02-11 23:52:18 -08:00
parent dffbad5b78
commit 05360c0278

View File

@@ -30,4 +30,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy dist
command: pages deploy --config wrangler.json