We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c505 commit ee49256Copy full SHA for ee49256
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Pages
43
uses: actions/configure-pages@v4
44
- name: Install dependencies
45
- run: npm ci # 或 pnpm install / yarn install / bun install
+ run: npm install
46
- name: Build with VitePress
47
run: npm run build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
48
- name: Upload artifact
0 commit comments