From d3f367c433bbb5c0e2a057285e15ebaa1be055a2 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 16:22:22 +0200 Subject: [PATCH] Last commit: website still worked; now changed to mv dist public --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10192e9d..8e2af30c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,9 @@ pages: - yarn install --frozen-lockfile script: - yarn build - - cp -a dist/. public/ - #- echo '/* /index.html 200' > public/_redirects - #- cp -a dist/. public/ #Ensure the output directory is renamed to public + #- cp -a dist/. public/ #original + #- echo '/* /index.html 200' > public/_redirects #original + - mv dist public #Ensure the output directory is renamed to public artifacts: paths: - public -- GitLab