Skip to content

Commit 84e54f7

Browse files
committed
fix: lockfile 3
1 parent 08ca1aa commit 84e54f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
run: pnpm generate-db
3535

3636
- name: Build site
37-
run: |
38-
cd site
39-
pnpm run build
37+
run: pnpm --filter site build
4038

4139
- name: Upload artifact
4240
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)