gitlabci
This commit is contained in:
parent
0119b27411
commit
54b47af0dc
@ -5,6 +5,7 @@ pages: # the job must be named pages
|
|||||||
script:
|
script:
|
||||||
#- npm ci
|
#- npm ci
|
||||||
- npm install --progress=false
|
- npm install --progress=false
|
||||||
|
- 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)
|
||||||
# optionally, you can activate gzip support wih the following line:
|
# optionally, you can activate gzip support wih the following line:
|
||||||
|
Loading…
Reference in New Issue
Block a user