diff --git a/site/_docs/github-pages.md b/site/_docs/github-pages.md index 86e9682a..c9a4644c 100644 --- a/site/_docs/github-pages.md +++ b/site/_docs/github-pages.md @@ -41,6 +41,16 @@ gem 'github-pages', versions['github-pages'] This will ensure that when you run bundle install, you have the correct version of the github-pages gem. + + If that fails, simplify it: + +{% highlight ruby %} +source 'https://rubygems.org' + +gem 'github-pages' +{% endhighlight %} + + And be sure to run bundle update often.