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.
Asked
Active
Viewed 1.1k times
7

Blake
- 7,367
- 19
- 54
- 80
-
1Did you add it to the `gh-pages` branch? – SomeKittens Mar 31 '14 at 20:39
-
oh, I didn't know that. I pushed everything under master. – Blake Mar 31 '14 at 20:43
-
5@Blake You don't need to use the `gh-pages` branch for `username.github.io` repos. – 0xcaff Apr 02 '14 at 21:49
1 Answers
4
Finally got the problem, it was due to one module failed build in my project, after fixing that it works successfully.

Blake
- 7,367
- 19
- 54
- 80