]> git.openstreetmap.org Git - chef.git/commitdiff
Don't specify base URL when building OWG site
authorTom Hughes <tom@compton.nu>
Thu, 3 Dec 2020 12:25:56 +0000 (12:25 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 3 Dec 2020 12:26:36 +0000 (12:26 +0000)
Fixes #367

cookbooks/foundation/recipes/owg.rb

index 5622f3343507790eb688b4db15fe0d07f453a3bb..b045fc7b01b0c6397c56e29679d43a2f11a8d0ac 100644 (file)
@@ -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"