Skip to content

Commit fb1c505

Browse files
update deploy
1 parent f4fc9c6 commit fb1c505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: npm ci # 或 pnpm install / yarn install / bun install
4646
- name: Build with VitePress
47-
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
47+
run: npm run build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:

0 commit comments

Comments
 (0)