GitHub pages are not updating

后端 未结 30 2473
[愿得一人]
[愿得一人] 2020-12-04 15:22

I\'m running into a weird issue with GitHub pages. I pushed a new commit to my personal pages page maltzj.github.io, but the new article isn\'t showing up there. When I exec

30条回答
  •  借酒劲吻你
    2020-12-04 15:43

    I know this might sound simple, but make certain you are on the right branch and in the right file.

    In my case, I made a GitHub page and tried to commit from my local repository on the master branch. Also, I was updating my filename instead of index.html. These were my errors. I had to switch to the GitHub page branch and update in the index.html commit, push and then everything worked fine.

提交回复
热议问题