diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fa9c07..b4cb32a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ pages: # the job must be named pages script: #- npm ci - npm install --progress=false - - 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) # optionally, you can activate gzip support wih the following line: