Skip to content

Commit a3103ca

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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)