I need to point my Root and Publish direcory in my Hugo project. Looking to my project it is obvious that the Root is “scrivener” and the Publish is “public” (where is built).
But why do I have such a message from the Render? Maybe, I wrote the path in a wrong way?
Oct 19 03:29:24 PM ==> Build folder scrivener/public does not exist!
Oct 19 03:29:24 PM ==> Build failed
I think we discussed this over chat, but for completeness, I’ll add the details here too.
Your public directory didn’t exist because it’s usually created at build time and your build command was empty. This is a Hugo site, so the Build Command should be along the lines of hugo --gc --minify, covered in our docs: Deploy a Hugo Static Site