From 55bd3ff0fea6f4d06f4c2b64294ee6cf0bde6b96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noah=20Gro=C3=9F?= <me@codesalat.dev>
Date: Thu, 29 May 2025 19:30:06 +0200
Subject: [PATCH] Remove deepl invocation

---
 .gitlab-ci.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb4af73..d8fbfd5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,24 +4,11 @@ variables:
   # To download the theme
   GIT_SUBMODULE_STRATEGY: none
 
-default:
-  before_script:
-    - apk add --update --no-cache openssh-client python3
-    - apk add py-pip
-    - python3 -m venv .
-    - . bin/activate
-    - pip install deepl
-test:
-  script:
-    - hugo
-  rules:
-    - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
-
 deploy:
   before_script:
     - apk add git openssh
   script:
-    #- python3 translatePosts.py
+    # Use Deploy Token of service account to pull documents
     - git submodule set-url static/dokumente https://hda11644:${DOCUMENT_TOKEN}@code.fbi.h-da.de/fachschaft-informatik/fsr-fachschaftsrat/archive/dokumente
     - git submodule update --init --remote
     - ls
-- 
GitLab