We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71db28 commit a32773fCopy full SHA for a32773f
.github/workflows/deploy.yml
@@ -43,9 +43,9 @@ jobs:
43
- name: Setup Pages
44
uses: actions/configure-pages@v4
45
- name: Install dependencies
46
- run: bun install # 或 pnpm install / yarn install / bun install
+ run: npm install # 或 pnpm install / yarn install / bun install
47
- name: Build with VitePress
48
- run: bun run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
+ run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v3
51
with:
0 commit comments