X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9cb1dca09117bcdd3cfc390be8a343cfadaa65da..fb5e2f5efff54c1cba2814c60bd099b81ac5f091:/.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