From b18d0ad6e1f57b0d8faeffdb67da27eba789bff5 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 31 May 2018 17:04:39 +1000 Subject: [PATCH] Force a rebuild of the docs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b47057ff..36a4dd4ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ exitcode-jessie: # Make the documentation - pip install -r docs/requirements.txt - cd docs + - make clean - make html artifacts: -- GitLab