branch develop updated (61f90f73 -> 5798d504)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 61f90f73 Fix typo in doc new 5798d504 Use pip3 for doc The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 5798d504db1ef14f494858de762a43a626bd2ce9 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Mar 17 17:41:27 2021 +0100 Use pip3 for doc Summary of changes: .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm