From 6fa3f7c7cdcb166b03bc3e3f72ba0b43bd994772 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:11:26 +0200
Subject: [PATCH] deploy zip to pages

---
 .gitlab-ci.yml                  | 31 ++++++++-----------------------
 src/environments/fancythm.pysty |  2 --
 2 files changed, 8 insertions(+), 25 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebf48a7..7254fb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,27 +57,12 @@ build-packages:      # This job runs in the deploy stage.
   tags:
     - latex
 
+
 pages:
-  stage: deploy
-  artifacts:
-    paths:
-      - public
-  before_script:
-    - apt-get update -y && apt-get install -yqqf openssh-client git unzip sshpass rsync --fix-missing
-    - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )'
-    - eval $(ssh-agent -s)
-    - echo "$GITLAB_DEPLOY_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
-
-    - mkdir -p ~/.ssh
-    - chmod 700 ~/.ssh
-
-    - ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
-    - chmod 644 ~/.ssh/known_hosts
-
-    - git config --global user.email "git@maximilian-kessler.de"
-    - git config --global user.name "Maximilian Keßler (via gitlab runner)"
-  script:
-      - cd build/LatexPackagesBuild
-      - git push origin
-  tags:
-    - latex
+    artifacts:
+        paths:
+            - build/*
+        script:
+            - echo "deploying to pages"
+        tags:
+            -latex
diff --git a/src/environments/fancythm.pysty b/src/environments/fancythm.pysty
index 532420e..e362180 100644
--- a/src/environments/fancythm.pysty
+++ b/src/environments/fancythm.pysty
@@ -265,5 +265,3 @@ __END_OPTIONS_X__
     \newtheorem{reminder}{\if__PACKAGE_PREFIX__english Reminder\else Erinnerung\fi}
 
 \fi % end of default theorems
-
-% just a test