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

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


The following commit(s) were added to refs/heads/asf-site-production by this 
push:
     new 531a85ebaee Disable automatic publishing in .asf.yaml
531a85ebaee is described below

commit 531a85ebaeee8e27dbd3048a9fe25db2a6007aed
Author: James Fredley <[email protected]>
AuthorDate: Thu Sep 25 17:26:52 2025 -0400

    Disable automatic publishing in .asf.yaml
    
    Comment out the publish section in .asf.yaml.
---
 .asf.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d91ffad412f..0e41a3393cf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -3,5 +3,6 @@ github:
   homepage: https://grails.apache.org/
 
 # Automatically publish to https://grails.apache.org/
-publish:
-  whoami:  asf-site-production
+# until we determine why it partially published
+# publish: 
+#   whoami:  asf-site-production

Reply via email to