1
0
mirror of synced 2025-12-13 22:37:56 +08:00

chore: 新建github action 自动部署脚本

This commit is contained in:
roymondchen
2022-12-01 17:42:21 +08:00
parent f6262be397
commit f360db1859

View File

@@ -26,7 +26,7 @@ jobs:
- run: pnpm bootstrap
- name: Build VuePress site
run: npm run build:docs
run: npm run docs:build
- name: Build Playground site
run: npm run build:playground