You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/01/25 04:18:39 UTC

[groovy-website] branch asf-site updated: add new files too

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cb35d8c  add new files too
cb35d8c is described below

commit cb35d8c41338d5bf83d42664abc4decbce53fa6d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jan 25 14:18:33 2023 +1000

    add new files too
---
 site-dev/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site-dev/build.gradle b/site-dev/build.gradle
index 36cd6c8..0b74913 100644
--- a/site-dev/build.gradle
+++ b/site-dev/build.gradle
@@ -172,7 +172,7 @@ task commitWebsite(dependsOn: webzip) {
             into stagingDevSite
         }
         assert file("${stagingDevSite}/index.html").exists()
-        gitout.add(patterns: ['.'], update: true)
+        gitout.add(patterns: ['.'])
 
         if (!gitout.status().staged.getAllChanges()) {
             println 'No changes to commit'