GitHub pages are not updating

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

    In my case, after trial and error on some solutions here, what fixed it was adding the encoding to the _config file like this

    encoding: UTF-8
    

    More troubleshooting options here

提交回复
热议问题