We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7ade2 commit ab356e4Copy full SHA for ab356e4
.github/workflows/deploy-docs.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
46
- name: Install dependencies
47
- run: npm ci # or pnpm install / yarn install / bun install
+ run: npm install # or pnpm install / yarn install / bun install
48
- name: Build with VitePress
49
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
50
- name: Upload artifact
0 commit comments