Deploy branch without default site settings

Hiya @simeon9696 the detail you need is right there in your logs (these logs: Netlify App, but also in your paste) :slight_smile:

8:44:40 PM: Failed during stage 'building site': Deploy directory 'dist' does not exist

You seem to have not correctly overridden the publish directory as I don’t see any log line that would look like this one:

6:00:50 PM: Different build command detected, going to use the one specified in the Netlify configuration file: 'true' versus 'npm run generate' in the Netlify UI

…about that being changed from your default of dist in the UI here:

So - does your toml also specify the publish directory? I see you and Luke talking about it above, but I don’t see the evidence of us finding it - perhaps you can share the entire file as an attachment so we can directly advise?