GitHub pages are not updating

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

    In my case, I forgot to define kramdown in _config.yaml

    # Build settings
    markdown: kramdown
    

    This was caused when I was converting from a theme without to a theme with the kramdown requirement.

提交回复
热议问题