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

---
 .gitlab-ci.yml            | 1 +
 hakyll-bootstrap/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbdd496..0387db3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,7 @@ before_script:
 build_and_deploy:
   script:
     - pandoc -v
+    - git submodule update --recursive --remote
     - make
     - rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
     - rsync -avzz figs ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
diff --git a/hakyll-bootstrap/Makefile b/hakyll-bootstrap/Makefile
index 4364d17..7f4c54f 100644
--- a/hakyll-bootstrap/Makefile
+++ b/hakyll-bootstrap/Makefile
@@ -1,7 +1,7 @@
 watch: build
 	stack exec blog -- watch
 
-deploy: build update
+deploy: build 
 	stack exec blog -- deploy
 
 build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
-- 
GitLab