From 7d57c11c765d23778d248bd2725055a6d84a0a49 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 9 Jul 2020 16:21:48 +0200
Subject: [PATCH] init sm first

---
 .ci/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 94b27cb6..60cfda68 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -18,8 +18,8 @@ else
 fi
 
 # build the unstable version - can be optimized
-git submodule foreach --recursive git reset --hard
 git submodule update --init --recursive
+git submodule foreach --recursive git reset --hard
 
 # add matomo
 sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
-- 
GitLab