I'm using pages-action, and it seems like the deployment is succeeding, but then the action fails:

I'm using pages-action, and it seems like the deployment is succeeding, but then the action fails:

✨ Deployment complete! Take a peek over at https://xxxxxxxx
npm notice 
npm notice New major version of npm available! 9.5.1 -> 10.2.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.0>
npm notice Run `npm install -g npm@10.2.0` to update!
npm notice 
undefined:1
<!DOCTYPE html>
^

SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at Response.json (/home/runner/work/_actions/cloudflare/pages-action/v1.5.0/index.js:13368:23)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async createPagesDeployment (/home/runner/work/_actions/cloudflare/pages-action/v1.5.0/index.js:22105:9)
    at async /home/runner/work/_actions/cloudflare/pages-action/v1.5.0/index.js:22175:29
Was this page helpful?