Skip to content

Commit 116649c

Browse files
committed
fix CI
1 parent ea2130f commit 116649c

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
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: bun install # or pnpm install / yarn install / bun install
4848
- name: Build with VitePress
49-
run: bun run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
49+
run: bun run build
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:

0 commit comments

Comments
 (0)