X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac3dea718e3a33fcfc709b7fe4e8d5aa750bf31d..d0a8cb4f92bd372f091430671bd30f4422674d76:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efb19500f7..89000b0400 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ pip: pages: stage: deploy script: - - apt install python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-sphinx-copybutton python3-sphinx-tabs + - apt install -y python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-sphinx-copybutton python3-sphinx-tabs # - pip3 install --requirement docs/requirements.txt # Forbidden in Debian:12 - cd docs - LC_ALL=C.UTF-8 ./Build.sh