This is an automated email from the git hooks/post-receive script. New commit to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 9d76bbe14571340319d00067d54aca8cc7f9dc02 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 10:06:01 2020 +0200 Fix site --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d272065..3dbe62ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,5 @@ pages: paths: - public script: - - mvn site:site site:stage -Preporting - - mv target/staging/nuitonpom/nuiton-profiling public \ No newline at end of file + - mvn install site:site site:stage -Preporting + - mv target/staging/nuitonpom/jaxx public \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.