Repo: https://github.com/FisherKK/F1sherKK-Online
I am new to Jekyll and pushed many changes in single commit and now I have trouble to say where is an issue. I am editing minima layout. GitHub returns generic error:
Page build failed. For more information, see https://help.github.com/articles/troubleshooting-github-pages-builds/.
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.
I ran bundle update
without trouble and page locally works:
$ bundle exec jekyll build Configuration file: /Users/F1sherKK/Dev/F1sherKK-Online/_config.yml
Source: /Users/F1sherKK/Dev/F1sherKK-Online
Destination: /Users/F1sherKK/Dev/F1sherKK-Online/_site Incremental build: disabled. Enable with --incremental
Generating...
done in 0.523 seconds.
Auto-regeneration: disabled. Use --watch to enable.
I have tried following things:
- According to: Github page build failure
- I've confirmed that I am using only
gh-pages
branch. - I've confirmed that I didn't add any
_
starting folders (other than ones which Jekyll uses) - I've added
.nojekyll
file but my site crashed totally (404, white, no layout) so I've removed it.
- I've confirmed that I am using only
- According to: jekyll page build failure
- Confirmed that GitHub server is working at: https://status.github.com/messages
- According to: "page build failed" when pushing a new blog post to github
- Confirmed that my categories (e.g.
categories: machine_learning deep_learning history
) are not in list[]
brackets.
- Confirmed that my categories (e.g.
- According to: Adding of any html file from the minima/_includes directory into the website directory cause the github build to fail
- I don't think that I have touched anything in
head.html
file.
- I don't think that I have touched anything in
I guess I will send it to [email protected] because I've read they work on those issues too...