Skip to content

Commit 0ce098a

Browse files
committed
fix
1 parent d96008f commit 0ce098a

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4
4646
- name: Install dependencies
47-
run: pnpm ci
47+
run: pnpm install
4848
- name: Build with VitePress
4949
run: |
5050
pnpm docs:build

0 commit comments

Comments
 (0)