Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ pages: script: - yarn install --frozen-lockfile --check-files --non-interactive - yarn build - mv public public-vue # GitLab Pages hooks on the public folder - mv dist public # rename the dist folder (result of npm run build) - echo 'Pages deployment job' artifacts: Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ pages: script: - yarn install --frozen-lockfile --check-files --non-interactive - yarn build - mv public public-vue # GitLab Pages hooks on the public folder - mv dist public # rename the dist folder (result of npm run build) - echo 'Pages deployment job' artifacts: Loading