]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Don't specify base URL when building OWG site
[chef.git] / 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"