Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github personal page not updating with new commits [duplicate]

I have my personal website hosted on github username.github.io repo, weird thing is that after I pushed my new modifications to the repo, the page was still showing the content of my previous commit, but when I checked the content in that repo on github, it is the latest. Any idea what might be wrong. Some say it take a little while for the new content to show, but now it is almost 1 hour past.

like image 846
Blake Avatar asked Mar 31 '14 20:03

Blake


People also ask

Why does my GitHub page do not update its content?

Also, try opening the site in an incognito window (or clear your cache) - In my case, it was serving a cached version even though the site was updated. as Knut already pointed out - it can take some time until the update is rendered... as @LeviFuller pointed out, caching can be a problem.

How long does it take for GitHub to update pages?

Note: It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub. If you don't see your GitHub Pages site changes reflected in your browser after an hour, see "About Jekyll build errors for GitHub Pages sites."

Why is my commit not showing in GitHub?

Your local Git commit email isn't connected to your account Commits must be made with an email address that is connected to your account on GitHub.com, or the GitHub-provided noreply email address provided to you in your email settings, in order to appear on your contributions graph.


1 Answers

Finally got the problem, it was due to one module failed build in my project, after fixing that it works successfully.

like image 82
Blake Avatar answered Sep 30 '22 00:09

Blake