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