From 205a2619d49d9d675d46a82bff7c3d9f2dcc2e0f Mon Sep 17 00:00:00 2001
From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr>
Date: Thu, 17 Nov 2022 15:54:44 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c575857..85fce0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,2 +1,17 @@
 # The Docker image that will be used to build your app
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
+
+pages:
+  stage: deploy
+  script:
+      - pwd
+      - cd web
+      - hugo
+      - mv public ../public
+      - ls ..
+      - ls ../public
+  artifacts:
+    paths:
+      - public
+  only:
+    - master
-- 
GitLab