debug step
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 1m15s

This commit is contained in:
Satria 2026-03-19 21:36:25 +07:00
commit d973d3c056

View file

@ -20,7 +20,11 @@ jobs:
- name: Build
run: bun run build
- name: Deploy
# debug step
- name: Check build output
run: ls -la .svelte-kit/cloudflare/ || echo "BUILD OUTPUT MISSING"
- name: Deploy to Cloudflare Workers
run: bunx wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}