From c9325697b642e6983441f444c2c34df6378ec058 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 27 Nov 2019 23:37:37 +0000 Subject: [PATCH] switch2osm: use override config to fix site name --- cookbooks/switch2osm/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 366b288d3..8ddaf5101 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -62,7 +62,7 @@ end execute "/srv/switch2osm.org" do action :nothing - command "bundle exec jekyll build --trace --baseurl=https://switch2osm.org" + command "bundle exec jekyll build --trace --config _config.yml,_config_osm.yml" cwd "/srv/switch2osm.org" user "nobody" group "nogroup" -- 2.39.5