From 2fbb5318c5e8870d5d394bddf4f28a336aad5723 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 9 Jul 2020 16:31:51 +0200
Subject: [PATCH] add debugging info

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

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 60cfda68..828c6222 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -21,6 +21,9 @@ fi
 git submodule update --init --recursive
 git submodule foreach --recursive git reset --hard
 
+# debug
+ls -lash 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
-- 
GitLab