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 83ddb5b commit 53d8608Copy full SHA for 53d8608
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/configure-pages@v4
50
51
- name: Install dependencies
52
- run: npm ci --ignore-scripts --omit=optional --legacy-peer-deps # or pnpm install / yarn install / bun install
+ run: npm install --ignore-scripts --omit=optional --legacy-peer-deps # or pnpm install / yarn install / bun install
53
54
- name: Build with VitePress
55
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
0 commit comments