diff --git a/docs/_docs/github-pages.md b/docs/_docs/github-pages.md index b82baa18..a93b65b5 100644 --- a/docs/_docs/github-pages.md +++ b/docs/_docs/github-pages.md @@ -43,6 +43,9 @@ The way to deploy these two types of sites are nearly identical, except for a few minor details.
+
+
+ ##### Use the `github-pages` gem Our friends at GitHub have provided the @@ -55,6 +58,9 @@ currently-deployed version of the gem in your project, add the following to your `Gemfile`:
+
+
+ ```ruby source 'https://rubygems.org' @@ -72,6 +78,9 @@ have the correct version of the `github-pages` gem. If that fails, simplify it:
+
+
+ ```ruby source 'https://rubygems.org'