From: Martin Quinson Date: Mon, 1 Oct 2018 06:31:15 +0000 (+0200) Subject: gitlab-ci: generate the docs with UTF encoding X-Git-Tag: v3_21~21 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dc27f1fad419d56167e1755e9af4b183468a5139?ds=sidebyside gitlab-ci: generate the docs with UTF encoding --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc8df800ea..fe07f9b4fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ pages: script: - pip3 install --requirement docs/requirements.txt - cd docs - - ./Build.sh + - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public artifacts: paths: