From 9966cbfad5ac0afadb599d87d18136d043f3b0c8 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Wed, 3 Jul 2024 17:17:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=8C=20remove=20logo.png?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 130365d..8da3a5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ build: stage: build script: - mkdir -p public - - cp src/logo.png public/logo.png - cp src/bg.svg public/bg.svg - cp src/index.html public/index.html - cp src/style.css public/style.css -- GitLab