GitHub pages are not updating

后端 未结 30 2517
[愿得一人]
[愿得一人] 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:37

    Check your build status of gh-pages in settings tab.

    Your site is having problems building: Unable to build page.

    If you are using github_token, it might not have permission to build the gh-pages so you might see a warning in the settings tab. That's why editing index.html might work. In this case use access_token or ssh based commit to automatically push and build gh-pages.

提交回复
热议问题