Cloudflare-workers-and-pages bot reports build failed, Cloudflare dashboard reports build succeeded.
Hi there.
I am using Github Actions to build Sphinx documentation and use
cloudflare/wrangler-action@v3
to deploy it.
This is the workflow command:
It builds and deploys perfectly fine. But the cloudflare-workers-and-pages bot always reports build failed
I added the cloudflare deployment reporting. The top one gets triggered when the merge is happening on main
branch. The 2nd and 4th are succeeding at creating a PR (which do have documentation
resources).
The failing ones report that they dont have access to the resources being sent with the pages deploy documentation
command.
I am a bit lost, how can I fix this?

0 Replies