Skip to content

Commit 457ea5b

Browse files
committed
pnpm no-frozen-lockfile
1 parent 7a93d9f commit 457ea5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/configure-pages@v4
4040

4141
- name: Install dependencies
42-
run: pnpm install --frozen-lockfile
42+
run: pnpm install --no-frozen-lockfile
4343

4444
- name: Build documentation
4545
run: pnpm docs:build

0 commit comments

Comments
 (0)