From 92b85fa6ba63e2ca9831e020186bf804ea74fb0a Mon Sep 17 00:00:00 2001 From: Sebastian Benatar Date: Wed, 17 Jul 2024 23:33:32 -0400 Subject: [PATCH] fix: add github-pages to gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ce93bc6..d12ef80 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.3.3" gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -#gem "github-pages", group: :jekyll_plugins +gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12"