From 31cb8ad3aaff76e60a5aa249a7b2db7fae8b966c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 3 Dec 2020 12:25:56 +0000 Subject: [PATCH 1/1] Don't specify base URL when building OWG site Fixes #367 --- cookbooks/foundation/recipes/owg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2