Update .gitlab-ci.yml
This commit is contained in:
parent
7704e72d2d
commit
db68267eef
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue