From d74b6f42354c84347d63765c25205ed392922df7 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Thu, 4 Mar 2021 13:58:51 +0000 Subject: [PATCH] Add installation script for pages --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9607020..2b8e89e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ pages: script: - export LC_ALL=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US) + - python3 setup.py install - python3 setup.py build_sphinx - cp -r build/sphinx/html public artifacts: -- GitLab