From: Grant Slater Date: Sun, 3 Jan 2021 22:45:22 +0000 (+0000) Subject: foundation: Rebuild OWG site on each run X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6d4d01ecdc0f87938c53ac1925aac4413c35085b foundation: Rebuild OWG site on each run --- diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index b045fc7b0..31d41aa1f 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -68,7 +68,6 @@ execute "/srv/operations.osmfoundation.org/Gemfile" do end execute "/srv/operations.osmfoundation.org" do - action :nothing command "bundle exec jekyll build --trace" cwd "/srv/operations.osmfoundation.org" user "nobody"