mmistakes / jekyll-theme-skinny-bones

A Jekyll starter with a variety of flexible layouts and components.
https://mmistakes.github.io/jekyll-theme-skinny-bones
MIT License
802 stars 907 forks source link

Page build failed with gh-pages #97

Open rgaiacs opened 6 years ago

rgaiacs commented 6 years ago

With

$ git clone git@github.com:mmistakes/skinny-bones-jekyll.git
$ cd skinny-bones-jekyll
$ git checkout origin/gh-pages
$ git log -1
commit 9fec2e122b2ad9638be62442812b95545b4828df (HEAD, origin/gh-pages)
Merge: 5e2e170 b4f6cd1
Author: Michael Rose <mmistakes@users.noreply.github.com>
Date:   Thu Sep 22 08:16:07 2016 -0400

    Merge pull request #78 from apetro/trivial-copy-edits

    2 website copy edits, trivial.
$ git checkout -b gh-pages
$ git remote add my-website git@github.com:my-username/my-website.git
$ git push my-website gh-pages

I'm getting "Page build failed" from GitHub Pages.

screenshot from 2018-06-03 22-19-34

apawlik commented 6 years ago

Same here. Thanks @rgaiacs for reporting this!