You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: replace wrangler-action with direct wrangler CLI and deploy script
Use the package.json wrangler CLI instead of cloudflare/wrangler-action.
The deploy job now checks out the repo, installs deps, then runs
pnpm wrangler pages deploy directly. Post-deploy GitHub integration
(PR comment, deployment record, step summary) is handled by
.github/scripts/cloudflare-deploy.sh.
0 commit comments