Github 当我在 master 中提交时页面没有更新

Github pages not update when i was commit in master

我已经在 github 页面上部署了 React js,当我新提交时,发布 github 页面没有变化 there is my publish pages

new commit

my repository

这背后几乎没有什么东西。在你的情况下,我认为这是关于你正在使用的分支。

您正在推送到分支 master,而 Github 页面正在监视 gh-page 分支。

更多原因可以在Question的答案中找到。