GitHub pages are not updating

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

    In my case, none of above solutions works. Finally I find out the reason is: there is "relative_permalinks" option in my _config.yml. This option is recently deprecated in Jekyll 3.0.

    Refer to: https://help.github.com/articles/removing-relative-permalinks/

提交回复
热议问题