From: Martin Quinson Date: Sun, 10 Nov 2019 19:13:34 +0000 (+0100) Subject: gitlab-ci: show sphinx output on error X-Git-Tag: v3.25~415 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/64a52a06df097b1bce7bc96d5229efa4adc7bb2e gitlab-ci: show sphinx output on error --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b9b09bfb8..4a27f3c2e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ pages: - pip3 install --requirement docs/requirements.txt - cd docs - LC_ALL=C.UTF-8 ./Build.sh - - mv build/html ../public + - mv build/html ../public || (cat /tmp/sphinx-err-* ; false) # - 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. # I'd like to report this as a bug, but javasphinx seems abandonned upstream.