From fa81e2ff86fbb6aa6b291abb5af65b302044d1c6 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 9 Jul 2024 19:10:40 +0200 Subject: [PATCH] did not wok changed back --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6bfb337..eb2cba9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,8 @@ pages: script: - yarn build - mv dist public #Ensure the output directory is renamed to public - - cp -a dist/. public/ #original - #- echo '/* /index.html 200' > public/_redirects #original + #- cp -a dist/. public/ #original + - echo '/* /index.html 200' > public/_redirects #original artifacts: paths: - public -- GitLab