Skip to content

Commit 96be35b

Browse files
committed
fix: ci pipeline
1 parent 17e5b3f commit 96be35b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
node-version: 20
3030
cache: pnpm
3131

32-
- run: pnpm install
32+
- run: pnpm install --frozen-lockfile
3333

3434
- name: Build core
35-
run: pnpm --filter @snapfill/core build
35+
run: pnpm --filter @snap-fill/core build
3636

3737
- name: Build docs
38-
run: pnpm --filter @snapfill/website build
38+
run: pnpm --filter @snap-fill/website build
3939

4040
- uses: actions/upload-pages-artifact@v3
4141
with:

0 commit comments

Comments
 (0)