replace build only with build

This commit is contained in:
liangping 2023-06-08 10:03:24 +08:00
parent a25dde89f5
commit a336be1833

View File

@ -22,7 +22,7 @@ jobs:
run: yarn install --ignore-engines
- name: Build
run: yarn build-only
run: yarn build
- name: Deploy
run: cp -rf ./dist/* /var/www/html/