Display build message like a CI #21876
-
Can GitHub Pages display build messages like a CI (Travis, AV, Circle, etc.) when building with Jekyll? Faced some weird problem in the last few days. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @ice1000! It isn’t currently possible to configure CI-style messages for the GitHub Pages build process, though it’s definitely a neat idea! If you’re having trouble with a GitHub Pages build, the best way to dig a bit deeper and debug it is to configure a GitHub Pages-optimised Jekyll instance on your local machine. Once you’ve done that, you can run test builds locally and view the full errors/warnings generated by Jekyll. There’s documentation here that explains how to get this set up: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ I hope that helps! |
Beta Was this translation helpful? Give feedback.
Hi @ice1000!
It isn’t currently possible to configure CI-style messages for the GitHub Pages build process, though it’s definitely a neat idea!
If you’re having trouble with a GitHub Pages build, the best way to dig a bit deeper and debug it is to configure a GitHub Pages-optimised Jekyll instance on your local machine. Once you’ve done that, you can run test builds locally and view the full errors/warnings generated by Jekyll.
There’s documentation here that explains how to get this set up:
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
I hope that helps!