X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cd0130abfd8931bc6b7eadb45c799bdd7aa082bb..6adf284aaee012249d40eb03d231b6e696354e15:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edb2cb061f..7c355ce85a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ pages: - make -j4 - pip3 install --requirement docs/requirements.txt - cd docs - - LC_ALL=C.UTF-8 SPHINXOPTS=-vvv ./Build.sh || (cat /tmp/sphinx-err-* ; false) + - LC_ALL=C.UTF-8 SPHINXOPTS=-vv ./Build.sh - mv build/html ../public # - The CSS contains a reference to a font or something, not something we gonna fix on our side # - The javasphinx output does not exist in the git, so the "edit on FramaGit" link is broken.