fix(ci): add workingDirectory and debug step for wrangler config
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 15s

This commit is contained in:
Sanil Chawla
2026-02-11 23:54:05 -08:00
parent 05360c0278
commit 114e264519

View File

@@ -25,9 +25,13 @@ jobs:
- name: Build
run: bun run build
- name: Debug working directory
run: ls -la && cat wrangler.json
- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy --config wrangler.json
workingDirectory: "."
command: pages deploy