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 f4fc9c6 commit fb1c505Copy full SHA for fb1c505
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: npm ci # 或 pnpm install / yarn install / bun install
46
- name: Build with VitePress
47
- run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
+ run: npm run build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
50
with:
0 commit comments