You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/08/21 06:39:58 UTC

[maven-site] branch master updated: manual run in case of CI unavailable (like currently no website builder)

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2112798  manual run in case of CI unavailable (like currently no website builder)
2112798 is described below

commit 2112798dc42c96a8cab4b792dbd33d0e08a059f4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Aug 21 08:39:50 2020 +0200

    manual run in case of CI unavailable (like currently no website builder)
---
 content/apt/developers/website/index.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/developers/website/index.apt b/content/apt/developers/website/index.apt
index 478dc59..63e297c 100644
--- a/content/apt/developers/website/index.apt
+++ b/content/apt/developers/website/index.apt
@@ -63,7 +63,7 @@ How website publication works
 
  * on every main content source commit ({{{https://github.com/apache/maven-site}maven-site.git}}
    and {{{https://github.com/apache/maven-doxia-site}maven-doxia-site.git}}),
-   main content rebuild and publish is triggered through Jenkins jobs (which basically run <<<mvn site-deploy>>>):
+   main content rebuild and publish is triggered through Jenkins jobs (which basically run <<<mvn site-deploy>>>, which can be run locally if CI is off...):
    {{{https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-site/}maven-site job}}
    and {{{https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-doxia-site/}doxia-site job}},