Warm tip: This article is reproduced from serverfault.com, please click

updates-更改index.html后GitHub页面显示更改需要多长时间

(updates - How long does it take for GitHub page to show changes after changing index.html)

发布于 2014-07-20 15:10:02

我只是想知道GitHub页面显示我添加到存储库中的新项目需要多长时间。

我进行了更改,index.html但10分钟后仍显示了上一页...

Questioner
MYjx
Viewed
0
Joel Glovier 2014-07-22 02:12:06

首次生成网站时,大约需要10分钟才能显示出来。从将更改推送到GitHub存储库开始,后续构建仅需几秒钟。

但是,取决于域的配置方式,CDN缓存可能会花费额外的时间。

注:使用子域名,比如yourproject.github.io建议域设置,但并不意味着页面建立需要较长时间才能显示出来,因为它具有使用GitHub的CDN的好处。