]> git.openstreetmap.org Git - chef.git/commitdiff
foundation: Rebuild OWG site on each run
authorGrant Slater <git@firefishy.com>
Sun, 3 Jan 2021 22:45:22 +0000 (22:45 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 3 Jan 2021 22:45:44 +0000 (22:45 +0000)
cookbooks/foundation/recipes/owg.rb

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