From 9420cfdcf1480575b12121d2013097d1c1ef1c1f Mon Sep 17 00:00:00 2001
From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr>
Date: Thu, 17 Nov 2022 16:00:42 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ea836c..d350758 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,13 +2,6 @@
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
 
 test:
-  script:
-    - hugo
-  except:
-    - master
-
-pages:
-  stage: deploy
   script:
       - pwd
       - cd web
@@ -16,8 +9,20 @@ pages:
       - mv public ../public
       - ls ..
       - ls ../public
-  artifacts:
-    paths:
-      - public
-  only:
+  except:
     - master
+
+# pages:
+#   stage: deploy
+#   script:
+#       - pwd
+#       - cd web
+#       - hugo
+#       - mv public ../public
+#       - ls ..
+#       - ls ../public
+#   artifacts:
+#     paths:
+#       - public
+#   only:
+#     - master
-- 
GitLab