更新.gitlab-ci.yml文件

This commit is contained in:
2023-08-23 01:46:13 +00:00
parent ac27144334
commit e59328b604

View File

@@ -5,11 +5,11 @@ before_script:
- yarn install --frozen-lockfile
stages:
- pages
- release
- test
- deploy
pages:
stage: pages
script:
- yarn build
- mv dist public