Skip to content

Commit 9bdb4d3

Browse files
fix deps, remove --verbose
1 parent 8807cf0 commit 9bdb4d3

File tree

2 files changed

+223
-223
lines changed

2 files changed

+223
-223
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v5
4646
- name: Install dependencies
47-
run: npm ci --verbose # or pnpm install / yarn install / bun install
47+
run: npm ci # 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)