From aeee849db5083abd11efab6c8cfbcf6145c0c3e1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 5 Jul 2018 20:52:13 +0100 Subject: [PATCH 1/1] Install jekyll for SOTM sites that need it --- cookbooks/stateofthemap/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 89fbbab34..4521d668e 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -281,6 +281,8 @@ end end end +gem_package "jekyll" + %w[2016 2017 2018].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync -- 2.43.2