Hugo website renders locally, but does not work live on GitHub website (most of the time)

Hello,

My website had been working smoothly, but starting a few months ago I’ve had some issues when updating it. Sometimes when I commit changes to my GitHub repository, they go through, but other times it doesn’t work.

I do not know what has caused this problem, but the most recent update I tried to make made my website stop working again.

The website renders locally just fine, but for some reason it does not seem to work properly when it goes live. (sometimes it does work, but I also don’t know why).

Any help would be greatly appreciated. My repository can be found here: GitHub - brunokomel/brunokomel.github.io.

I’m pretty new to this, so any words of advice are welcome. Thanks!

Hugo users typically follow this guide to deploy to GitHub Pages:
https://gohugo.io/hosting-and-deployment/hosting-on-github/

But your workflow files are specifically for Hugo Blox. I suggest you reach out to them for support using their Discord channel:

https://discord.com/invite/z8wNYzb

cc: @alcarazr

regardless of the ‘Hugo-Blox’ special stuff

you have two maybe conflicting active workflows runs:

  • pages-build-deployment
  • Deploy website to GitHub Pages

I think this may have been it! Thank you for catching that.