更新.gitlab-ci.yml文件
This commit is contained in:
@@ -5,11 +5,11 @@ before_script:
|
||||
- yarn install --frozen-lockfile
|
||||
|
||||
stages:
|
||||
- pages
|
||||
- release
|
||||
- test
|
||||
- deploy
|
||||
|
||||
pages:
|
||||
stage: pages
|
||||
script:
|
||||
- yarn build
|
||||
- mv dist public
|
||||
|
||||
Reference in New Issue
Block a user