Skip to content

Commit 868e31b

Browse files
committed
修复部署
1 parent f8f98dc commit 868e31b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21-
- name: Install bun
21+
with:
22+
fetch-depth: 0
23+
- name: Setup bun
2224
uses: oven-sh/setup-bun@v2
25+
- name: Setup Pages
26+
uses: actions/configure-pages@v4
2327
- name: Install dependencies
2428
run: bun install
25-
- name: Build static files
29+
- name: Build with VitePress
2630
run: bun run build
2731
- name: Upload static files as artifact
2832
id: deployment

0 commit comments

Comments
 (0)