简体   繁体   中英

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'.

Your site seems fine to me, looking at the commits you currently have on the Github repository (latest commit on master right now = 14ca1e5).

What is different from what you expect?

avogenie.github.io

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM