codeforamerica / git-jekyll-preview

Preview your Github-hosted websites before making them live.
http://jekit.codeforamerica.org
29 stars 17 forks source link

Jekit silently won't build some branches #10

Open davidrleonard opened 9 years ago

davidrleonard commented 9 years ago

I'm getting failures when I try to build some branches on the codeforamerica.org repo. For example: http://jekit.codeforamerica.org/codeforamerica/codeforamerica.org/update-apps/

I suspect the issue is the github-pages gem installed by chef in default.rb needs to be updated. I think re-running the chef script should do it.

Just to check, you might run jekyll -v on the production server to see which version of jekyll is installed. The output should be:

jekyll 2.5.3

That's the current stable release of jekyll, and codeforamerica.org relies on features/bugfixes introduced up to that release.

cc @migurski

migurski commented 9 years ago

This is going to be a slightly bigger deal. Github-pages 29+ (we are at 28) requires Ruby upgrade, etc. etc. etc.

davidrleonard commented 9 years ago

Sadface.