X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/94ac68549660e347fed85e8c65178a88761839f3..c9325697b642e6983441f444c2c34df6378ec058:/cookbooks/switch2osm/recipes/default.rb 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"