From 16408622e7e6ed69ebcfbe94c941a262420116d8 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Wed, 3 Jul 2024 21:25:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=80=20update=20file=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8da3a5a..2aa8dc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: stage: build script: - mkdir -p public - - cp src/bg.svg public/bg.svg + - cp src/logo.svg public/logo.svg - cp src/index.html public/index.html - cp src/style.css public/style.css - cp src/katex.js public/katex.js -- GitLab