From 64a52a06df097b1bce7bc96d5229efa4adc7bb2e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 10 Nov 2019 20:13:34 +0100 Subject: [PATCH] gitlab-ci: show sphinx output on error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1