From: Tom Hughes Date: Thu, 3 Dec 2020 12:25:56 +0000 (+0000) Subject: Don't specify base URL when building OWG site X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/31cb8ad3aaff76e60a5aa249a7b2db7fae8b966c?hp=2eeabe9b50dc30e53e2477f7cc55a45ea5912a7a Don't specify base URL when building OWG site Fixes #367 --- diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index 5622f3343..b045fc7b0 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -69,7 +69,7 @@ end execute "/srv/operations.osmfoundation.org" do action :nothing - command "bundle exec jekyll build --trace --baseurl=https://operations.osmfoundation.org" + command "bundle exec jekyll build --trace" cwd "/srv/operations.osmfoundation.org" user "nobody" group "nogroup"