From a7f0a9b468408afac84adab9564aaae7bad25a16 Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Fri, 17 Dec 2021 13:42:27 +0100
Subject: [PATCH] use simple template

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e16863..f80f4e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ pages:
     - mv .public public
     - find public/ -name '.*' -exec rm -r {} \;
     - apt-get update -qq; apt-get install --reinstall -y libexpat1 #this is a workaround for some strange bug where libexpat is missing
-    - create-directory-html-index ./public ./public
+    - create-directory-html-index --template simple ./public ./public
   artifacts:
     paths:
       - public
-- 
GitLab