From a71af78718da4ea7f82c24c06f179bec5cfab19e Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 25 Nov 2020 09:26:24 +0100
Subject: [PATCH] updated ci

---
 .gitlab-ci.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0387db3..e666a77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,13 @@ before_script:
 build_and_deploy:
   script:
     - pandoc -v
-    - git submodule update --recursive --remote
+    - cd hakyll-bootstrap/cours/prog_seq
+    - git pull
+    - cd ../math_tech_info
+    - git pull
+    - cd ../phys_app
+    - git pull
+    - cd ../../..
     - make
     - rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
     - rsync -avzz figs ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
-- 
GitLab