diff --git a/blog/Gemfile b/blog/Gemfile index bc569de4..86e938e7 100644 --- a/blog/Gemfile +++ b/blog/Gemfile @@ -20,6 +20,5 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem "github-pages" end - -gem 'github-pages', group: :jekyll_plugins