Open rgaiacs opened 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.
Same here. Thanks @rgaiacs for reporting this!
With
I'm getting "Page build failed" from GitHub Pages.