Skip to content

Commit 5bea480

Browse files
committed
chore: update ci
1 parent b96e37e commit 5bea480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'pnpm'
2727
- name: Install dependencies
28-
run: pnpm install
28+
run: pnpm install --no-frozen-lockfile
2929

3030
- name: build Docs
3131
run: pnpm run build:docs

0 commit comments

Comments
 (0)