Skip to content

Commit a3103ca

Browse files
committed
ci: fix install dependencies
1 parent bf12ad5 commit a3103ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: pnpm
2323

2424
- name: Install dependencies
25-
run: pnpm install --frozen-lockfile
25+
run: pnpm install
2626
- name: Build website
2727
run: pnpm build
2828

0 commit comments

Comments
 (0)