I have a GitHub page at https://git.ouryahoo.com/kaneshih/DebugTool/tree/gh-pages with some simple HTML files.
I edited and pushed multiple times, and it just won’t update. I already disabled my browser’s network cache(Chrome/Developer Tool/Disable Cache), so the HTTP status code is 200 instead of 304.
Where to check its error/warning/logs? Where to check its build/publishing progress? How to force it to update?
Thanks!
1 Like
hey, I had a similar issue a while back …what I did to fix it was to delete the branch from the server and push it again:
git push origin:gh-pages
git push origin gh-pages
I hope this helps
if you can send the URL of the repo, so I can take a look too
I tried and it didn’t work.
I don’t understand why it’s so hard to publish a pure HTML page in 2022.
it’s not even a valid URL, isn’t it ? and not under .github.io
It’s GitHub Enterprise.
I created a new repo and finally successfully published the page.
1 Like