From 6a43e553d89c9d76c9a12573979be0cb7c9ed4c6 Mon Sep 17 00:00:00 2001 From: Clement Remi <remi.clement@irstea.fr> Date: Thu, 24 Mar 2022 08:39:41 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca47ac28..d722fd3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ pages: - apt-get install --assume-yes pandoc - pip3 install numpy pandas termcolor # top import of Ohmpi.py - pip3 install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark - - cd sphinx/source + - cd sphinx - make html # also make latex? pdf? - cd .. -- GitLab