Problem in automated deployment by linking github.com to netlify

I have a problem for automated deployment by linking github.com to netlify.
I could deploy my site from cli using netlify deploy,
but while using automated deploy, I used the configuration as,
Repository https://github.com/digspinat/hugo_kube_aarjan
Branch master
Build command hugo -v
Publish directory public/
But, it could not find the anything into the public directory, like index.html and all other files.

More:
I have used kube theme. I had used the default example
config of the theme, where there was not need to make different layouts
for individual pages.

You might have better luck with Netlify support. I think they have a gitter channel and responsive there.

Thanks for the information.

I don’t think Netlify likes trailing slashes on directories. Try it without the trailing slash on public/ as the ‘Publish directory’.