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 ad55c0c  try zip site
ad55c0c is described below

commit ad55c0cc2a420c972c5a724adb4bdd8cc059c264
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Oct 11 00:25:56 2023 +0200

    try zip site
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8d2c765..b1f4b86 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@ pipeline {
 
                 sh 'npm run plain-install'
                 sh 'npm run build-noclean'
-                zip zipFile:'site.zip', dir:'build/site/**', archive:'true'
+                zip zipFile:'site.zip', dir:'build/site', archive:'true'
 //                dir('build/site') {
 //               sh 'git add .'
 //               sh 'echo `git commit -m "site build"`'


---------------------------------------------------------------------
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