From df75c1d9af69a238537d5de155ee7dc6618204ce Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 9 Jul 2024 18:39:41 +0200 Subject: [PATCH] typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6982ac32..89586001 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ pages: - yarn build - mv dist public #- cp -a dist/. public/ #original - echo '/* /index.html 200' > public/_redirects #original + - echo '/* /index.html 200' > public/_redirects #original #- mv dist public #Ensure the output directory is renamed to public artifacts: paths: -- GitLab