This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 5798d504db1ef14f494858de762a43a626bd2ce9 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 17 17:41:27 2021 +0100 Use pip3 for doc --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c2946f..4f4ee535 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,11 +208,11 @@ pages: before_script: - python --version - - pip --version - - pip install mkdocs + - pip3 --version + - pip3 install mkdocs - mkdocs --version # (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) - - pip install mkdocs-material + - pip3 install mkdocs-material script: - mkdocs build -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.