"No deployment available" when deploying from Github Actions

My setup is pretty straightforward. I have a Remix app with a simple build step (remix vite:build).

When I run the following commands locally it deploys to Cloudflare successfully.

remix vite:build
npx wrangler@3 pages publish ./build/client --project-name="xxx" --branch="main"


but when I use the cloudflare/pages-action@v1 action (which uses the same publish command) I get a failed deployment with "No deployment available" in the dashboard, even though the GH action output says it was successful.

Is there a way to debug it?

Deployment ID: 5f466361-2c67-4173-b2da-7c2039ea18fb
Was this page helpful?