diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10192e9d4205bbfc1c0754f8262d39b5ed366b70..8e2af30c2e1ed86dc0cf49cdd3712d045c4b5d81 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