Skip to content

Commit 17d2192

Browse files
committed
Fix pnpm install
1 parent 65b4b7b commit 17d2192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install Dependencies
23-
run: pnpm ci
23+
run: pnpm install --frozen-lockfile
2424

2525
- name: Build
2626
run: pnpm run build

0 commit comments

Comments
 (0)