Skip to content

Commit ee49256

Browse files
update
1 parent fb1c505 commit ee49256

File tree

3 files changed

+1
-5168
lines changed

3 files changed

+1
-5168
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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: npm install
4646
- name: Build with VitePress
4747
run: npm run build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
4848
- name: Upload artifact

0 commit comments

Comments
 (0)