We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5244f68 commit 52ef96cCopy full SHA for 52ef96c
1 file changed
.github/workflows/deploy.yml
@@ -60,11 +60,15 @@ jobs:
60
61
- name: Install dependencies
62
63
- run: npm ci # 如果用 pnpm → pnpm install
+ run: npm ci
64
+
65
+ working-directory: ./docs
66
67
- name: Build with VitePress
68
- run: npm run docs:build # 确保 package.json 有 "docs:build": "vitepress build docs"
69
+ run: npm run build
70
71
72
73
- name: Upload artifact
74
0 commit comments