I’m trying to publish hugo content to github and tiried following the instructions at Host on GitHub | Hugo but it’s not working…
I’ve set up the repo such that master has the hugo site on it, then added the recommended github workflow file, then pushed. Github then runs the action without error, but when I try to visit the url it says it published to, I get a 404. I’ve tried setting gh pages source to master, root, docs, I even set up a gh-pages branch but nothing seems to work.