From dd4c60ccecee908db768119d26ff846ca0e79271 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 9 Jul 2020 13:30:12 +0200
Subject: [PATCH] fix dir

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

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 3f49afce..8b60c91b 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -48,7 +48,8 @@ do
                 ln -s ../../theme theme
 
                 # reset the theme
-                cd ../../theme
+                cd $rootDir
+                cd theme
                 git checkout -- templates/_index.html
                 cd $BLADE
                 echo " > Theme reset."
-- 
GitLab