Update .gitlab-ci.yml

This commit is contained in:
Iain Learmonth 2021-12-13 18:27:00 +00:00
parent 7704e72d2d
commit db68267eef

View file

@ -11,6 +11,9 @@ build:
- npm run build - npm run build
- mv public public-vue # GitLab Pages hooks on the public folder - mv public public-vue # GitLab Pages hooks on the public folder
- mv dist public # rename the dist folder (result of npm run build) - mv dist public # rename the dist folder (result of npm run build)
artifacts:
paths:
- public
pages: # the job must be named pages pages: # the job must be named pages
image: node:latest image: node:latest