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

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ec9b60  publish live website
     new dca2cb1  Merge pull request #9 from ebarboni/livepublish
2ec9b60 is described below

commit 2ec9b60e024a2e3353d29908872f5a592d1651b8
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Oct 25 15:08:01 2023 +0200

    publish live website
---
 Jenkinsfile               | 4 ++--
 supplemental-ui/.asf.yaml | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 132bb37..7bf3985 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
             steps {
                 sh 'rm -rf build'
 
-                sh 'git clone --depth 1 --branch antora 
https://gitbox.apache.org/repos/asf/netbeans-website.git build/site'
+                sh 'git clone --depth 1 --branch asf-site 
https://gitbox.apache.org/repos/asf/netbeans-website.git build/site'
                 dir('build/site') {
                    //sh 'git checkout antora'          
                    sh 'git status'
@@ -25,7 +25,7 @@ pipeline {
                  sh 'git add .'
                  sh 'echo `git commit -m "site build"`'
                   sh 'git status'                        
-                  sh 'git push 
https://gitbox.apache.org/repos/asf/netbeans-website.git antora'
+                  sh 'git push 
https://gitbox.apache.org/repos/asf/netbeans-website.git asf-site'
                }
             }
         }
diff --git a/supplemental-ui/.asf.yaml b/supplemental-ui/.asf.yaml
index 8e20a73..2e58860 100644
--- a/supplemental-ui/.asf.yaml
+++ b/supplemental-ui/.asf.yaml
@@ -1,10 +1,13 @@
 github:
-  description: "Apache NetBeans Antora Preview"
-  homepage: "https://netbeans-antora.staged.apache.org/";
+  description: "Apache NetBeans Website"
+  homepage: "https://netbeans.apache.org/";
   labels:
     - netbeans
     - website
     - antora
+publish:
+  whoami: asf-site
+
 staging:
   profile: antora # See 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#Git.asf.yamlfeatures-Stagingawebsitepreviewdomain
   whoami: antora


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to