Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gitlab-ci: generate the docs with UTF encoding
[simgrid.git] / .gitlab-ci.yml
index fc8df80..fe07f9b 100644 (file)
@@ -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: