Skip to content

Commit ab356e4

Browse files
Update deploy-docs.yml
1 parent fb7ade2 commit ab356e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4
4646
- name: Install dependencies
47-
run: npm ci # or pnpm install / yarn install / bun install
47+
run: npm install # or pnpm install / yarn install / bun install
4848
- name: Build with VitePress
4949
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
5050
- name: Upload artifact

0 commit comments

Comments
 (0)