Li Zeng
Li Zeng

Reputation: 35

Github gh-pages dosen't show update from laptop Browser

I'v pushed a new version of code to gh-pages for 5 hours but the page doesn't show the update when i use the Chrome on laptop. however when I check the page from Safari of my cellphone, it just show the updated Page. what could possibly be the reason?

Upvotes: 1

Views: 67

Answers (1)

VonC
VonC

Reputation: 1326832

Probably a cache issue (GitHub page should set aggressive cache header)

Try and reload the page on Chrome without cache.
(Ctrl+F5 or Shift+F5)
(On Mac: Shift+Cmd+R)

Upvotes: 3

Related Questions