From 80fe729031b898bd603b1578aef4edafa4f7066b Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Thu, 25 May 2023 11:24:05 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10bd3c4..b9c296b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ doc: - export LC_ALL=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US) - pip3 install -e .[doc] + - rm -Rf build/sphinx/html - python3 setup.py build_sphinx artifacts: paths: -- GitLab