From a865206b9dc06ea797432fac0efd2882fc160e3a Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 9 Jul 2020 13:20:50 +0200
Subject: [PATCH] fix relative links

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

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index e0ca644c..0903e33c 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -48,9 +48,9 @@ do
                 ln -s ../../theme theme
 
                 # add matomo
-                sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
-                sed -i "/matomopolicy/r./.ci/analytics/policy.html" theme/templates/_index.html
-                sed -i "/matomobanner/r./.ci/analytics/gdpr-banner.html" theme/templates/_index.html
+                sed -i "/matomohead/r./../../.ci/analytics/head.html" theme/templates/_index.html
+                sed -i "/matomopolicy/r./../../.ci/analytics/policy.html" theme/templates/_index.html
+                sed -i "/matomobanner/r./../../.ci/analytics/gdpr-banner.html" theme/templates/_index.html
 
                 # install npm
                 yarn global add grunt-cli generator-reveal
-- 
GitLab