This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 820c2578abc38bdf7b6ffa2abca3a971030ffc60 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 24 09:43:39 2020 +0100 Fix pages build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 502b2d6d..1f3d0819 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,5 +58,5 @@ pages: - public script: - - mvn site + - mvn clean install site - mv target/site public -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.