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
I am trying to build my site in Github Actions and deploy to Netlify using @netlify/actions and getting the following output:
Warning: JSONHTTPError: Not Found 404
Warning:
{
"name": "JSONHTTPError",
"status": 404,
"json": {
"code": 404,
"message": "Not Found"
}
}
JSONHTTPError: Not Found
at parseResponse (/usr/local/share/.config/yarn/global/node_modules/netlify/src/methods/response.js:12:11)
at runMicrotasks (<anonymous>)
at async callMethod (/usr/local/share/.config/yarn/global/node_modules/netlify/src/methods/index.js:38:26)
at async module.exports (/usr/local/share/.config/yarn/global/node_modules/netlify/src/deploy/index.js:78:16)
at async NetlifyAPI.deploy (/usr/local/share/.config/yarn/global/node_modules/netlify/src/index.js:93:12)
at async DeployCommand.run (/usr/local/share/.config/yarn/global/node_modules/netlify-cli/src/commands/deploy.js:177:17)
at async DeployCommand._run (/usr/local/share/.config/yarn/global/node_modules/@oclif/command/lib/command.js:43:20)
at async Config.runCommand (/usr/local/share/.config/yarn/global/node_modules/@oclif/config/lib/config.js:172:9)
at async Main.run (/usr/local/share/.config/yarn/global/node_modules/@oclif/command/lib/main.js:22:9)
I am trying to build my site in Github Actions and deploy to Netlify using @netlify/actions and getting the following output:
Here's the YAML from my build config:
This is not able to be reproduced locally on my machine, where the deploy works fine.
The text was updated successfully, but these errors were encountered: