From 22d4d76204611d2dd46ef62a0f6f7f1fbf78987d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 8 Oct 2021 19:26:50 +0100 Subject: [PATCH] Run jekyll build in a UTF8 locale --- cookbooks/stateofthemap/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 34766a11a..3d2348da6 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -358,6 +358,7 @@ end cwd "/srv/#{year}.stateofthemap.org" user "nobody" group "nogroup" + environment "LANG" => "C.UTF-8" end ssl_certificate "#{year}.stateofthemap.org" do -- 2.39.5