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 1f5fe25 commit a606cabCopy full SHA for a606cab
.github/workflows/deploy.yml
@@ -42,9 +42,9 @@ 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: yarn install # 或 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: yarn docs: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