Hexo 배포(Deploy) 시 Github 에서 Page build failure 메일 올 때 해결 방법
바람 잘 날 없는 Hexo 블로그… 오늘은 Github 에서 메일 한 통이 왔습니다. 서버에 deploy 하는데 이상은 없는데 할 때마다 빌드가 실패했다고 메일이 옵니다.
![]()
증상
Title: [futureCreator/futurecreator.github.io] Page build failure
The page build failed with the following error:
unable to build page. Please try again later.
For information on troubleshooting Jekyll see:
https://help.github.com/articles/troubleshooting-jekyll-builds
If you have any questions you can contact us by replying to this email.
그리고 수정해서 배포한 내용은 원격 사이트에 반영이 안되고 있습니다. 클린하고 재생성 및 배포를 해봐도 안되고 빌드 실패했단 메일만 날라옵니다.
해결 방법
Troubleshooting 페이지에 찾아가봐도 이런 경우에는 별 다른 방법이 없네요. 메일 본문에 나와있는대로 잠깐 기다려봤더니 해결…
Related Posts
- [hexo-ds-store-error]
- [get-started-with-hexo]
- [hexo-apply-hueman-theme]
- [hexo-basic-usage]
- [hexo-tag-plugins]
- [add-github-card-to-hexo]
- [add-github-repository-timeline-badge-to-hexo]
- [add-google-adsense-to-hexo]
- [push-internal-server-error-in-hexo]
Hexo 배포(Deploy) 시 Github 에서 Page build failure 메일 올 때 해결 방법