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 ca1e9e1 commit d682858Copy full SHA for d682858
.github/workflows/deploy.yaml
@@ -45,7 +45,7 @@ jobs:
45
run: npm ci # or pnpm install / yarn install / bun install
46
- name: Build with VitePress
47
run: |
48
- npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
+ npm run build # or pnpm build / yarn build / bun run build
49
touch docs/.vitepress/dist/.nojekyll
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v2
0 commit comments