Skip to content

Commit a606cab

Browse files
committed
重新推送,测试自动部署#2
1 parent 1f5fe25 commit a606cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v4
4444
- name: Install dependencies
45-
run: npm ci # 或 pnpm install / yarn install / bun install
45+
run: yarn install # 或 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: yarn docs: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)