From 2ff658f340b8353c89a403d8a4f76358d3e55bd6 Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Fri, 17 Dec 2021 16:41:04 +0100
Subject: [PATCH] switch to rc3 template

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f80f4e9..7c6f68b 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 --template simple ./public ./public
+    - create-directory-html-index --template rc3 ./public ./public
   artifacts:
     paths:
       - public
-- 
GitLab