Github 页面构建失败,没有相关的错误日志

Github page build failure with no relevant error log

我能够在本地构建和提供我的 jekyll 博客,没有任何错误,但是当我推送更新的更改时,我收到来自 Github 的页面构建失败错误。

The page build failed with the following error:

Page build failed. For more information, see https://help.github.com/articles/troubleshooting-github-pages-build-failures.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

此处 github 有问题的回购:https://github.com/prodicus/tasdikrahman.me/

对于本地构建,您必须使用 bundle update 更新 gem。您会看到 'highlighter' 警告。

大约 github 页。我只是 forked your repo and it builds(有非常小的修改)只有相同的荧光笔警告:

The page build completed successfully, but returned the following warning: You are attempting to use the 'pygments' highlighter, which is currently unsupported on GitHub Pages. Your site will use 'rouge' for highlighting instead. To suppress this warning, change the 'highlighter' value to 'rouge' in your '_config.yml' and ensure the 'pygments' key is unset. For more information, see https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors.

能不能把高光换成胭脂试试?