From b659bdd14831bcb47d4c90bfcce6247e12e664ab Mon Sep 17 00:00:00 2001
From: Clement Remi <remi.clement@irstea.fr>
Date: Thu, 24 Mar 2022 08:32:30 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 509da544..20af446a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,3 @@
-
 pages:
   stage: deploy
   script:
@@ -6,11 +5,11 @@ pages:
   - apt-get install --assume-yes pandoc
   - pip install numpy pandas termcolor  # top import of Ohmpi.py
   - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
-  - cd doc
+  - cd sphinx/source
   - make html
   # also make latex? pdf?
   - cd ..
-  - mv doc/build/html/ public/
+  - mv sphinx/build/html/ public/
   - ls public/
   artifacts:
     paths:
-- 
GitLab