From 207005b423198c2c3a2f934b916d06bbb421865d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Sun, 24 Oct 2021 10:12:37 +0200
Subject: [PATCH] fix wrong pages config

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7254fb7..3bce31c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,7 @@ pages:
     artifacts:
         paths:
             - build/*
-        script:
-            - echo "deploying to pages"
-        tags:
-            -latex
+    script:
+        - echo "deploying to pages"
+    tags:
+        -latex