diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 895860017cf21acb7436165d079f5926678d7ba4..eb2cba9f3b840399bd2e76f8618acdae38db89f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,10 +32,9 @@ pages: - yarn install --frozen-lockfile script: - yarn build - - mv dist public + - mv 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