Skip to content

Commit a32773f

Browse files
committed
🐞 fix(Github仓库): 修改为了npm构建
1 parent d71db28 commit a32773f

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
@@ -43,9 +43,9 @@ jobs:
4343
- name: Setup Pages
4444
uses: actions/configure-pages@v4
4545
- name: Install dependencies
46-
run: bun install # 或 pnpm install / yarn install / bun install
46+
run: npm install # 或 pnpm install / yarn install / bun install
4747
- name: Build with VitePress
48-
run: bun run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
48+
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3
5151
with:

0 commit comments

Comments
 (0)