VS Code and GitHub workflow

Is this a React site? I’m assuming yes, because you’re talking about the build folder. In that case, you’ve missed out on a few settings:

Change these:

to:

/
CI= npm run build
/build/

respectively.

The settings are found: Netlify App