diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ded329e..1a715a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ pages: # the job must be named pages image: node:latest stage: deploy script: - - npm ci + #- npm ci - npm run build - mv public public-vue # GitLab Pages hooks on the public folder - mv dist public # rename the dist folder (result of npm run build)