Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 02a451f

Browse files
committed
Switch deployment back to using CI mode.
1 parent 75ea972 commit 02a451f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Pages
4444
uses: actions/configure-pages@v4
4545
- name: Install dependencies
46-
run: npm install # or pnpm install / yarn install / bun install
46+
run: npm ci # or pnpm install / yarn install / bun install
4747
- name: Build with VitePress
4848
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
4949
- name: Upload artifact

0 commit comments

Comments
 (0)