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 e991f38 commit e6023d8Copy full SHA for e6023d8
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: yarn install # or pnpm install / yarn install / bun install
48
- name: Build with VitePress
49
- run: yarn build # or pnpm docs:build / yarn docs:build / bun run docs:build
+ run: yarn vitepress build docs # or pnpm docs:build / yarn docs:build / bun run docs:build
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
52
with:
0 commit comments