From: Tom Hughes Date: Fri, 8 Oct 2021 18:26:50 +0000 (+0100) Subject: Run jekyll build in a UTF8 locale X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/22d4d76204611d2dd46ef62a0f6f7f1fbf78987d Run jekyll build in a UTF8 locale --- 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