fix : remove npm ci in gitlab-ci
This commit is contained in:
parent
d226e1dd84
commit
73c33b0c3a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user