From: Martin Quinson Date: Thu, 12 Jan 2023 23:43:59 +0000 (+0100) Subject: Fix the pages job on gitlab CI X-Git-Tag: v3.34~644 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/307bcdf833fa0bcdf8619f9f73453e99e2e7032f Fix the pages job on gitlab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8efd80d40..e56e10f9ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ pages: stage: deploy script: - pip3 install --requirement docs/requirements.txt + - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public # - The CSS contains a reference to a font or something, not something we gonna fix on our side