Skip to content

Commit 53d8608

Browse files
committed
wip
1 parent 83ddb5b commit 53d8608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/configure-pages@v4
5050

5151
- name: Install dependencies
52-
run: npm ci --ignore-scripts --omit=optional --legacy-peer-deps # or pnpm install / yarn install / bun install
52+
run: npm install --ignore-scripts --omit=optional --legacy-peer-deps # or pnpm install / yarn install / bun install
5353

5454
- name: Build with VitePress
5555
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build

0 commit comments

Comments
 (0)