Search code examples
jekyllgithub-pagesgithub-organizations

Github pages organization blog doesn't run jekyll build


so, I have this github organization with its blog powered by Jekyll.

https://github.com/AvoGenie/avogenie.github.io

I would like github to run jekyll build on every commit, however currently it isn't doing it.

How can I fix this?

Any help is appreciated.

Kind Regards, Adrian

PS: I checked google and stackoverflow but I couldn't find anything that helps me, because all guides and tutorials and docs just say, 'push to github'.


Solution

  • So, turns out when I updated the repo I accidentally deleted the CNAME file that githubs needs in order to work with custom domains.

    Two learnings from this:

    • Check whether you have a CNAME file when getting a 404 error on a custom domain with github pages
    • Also test the default username.github.io when deploying to github pages