This commit is contained in:
liangping
2021-08-05 22:47:18 +08:00
parent f259199101
commit cc52b02c0f
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -15,8 +15,11 @@ jobs:
- name: Git Checkout Latest
uses: actions/checkout@v2
- name: deploy
- name: Install
run: yarn install
- name: deploy
run: yarn run vue-cli-service build
- name: Build
run: yarn run vue-cli-service build
- name: Deploy
run: cp -rf ./dist/* /var/www/html/