Skip to content

Commit c1330d7

Browse files
committed
remove bun filter
1 parent 68182c5 commit c1330d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: oven-sh/setup-bun@v2
3535

3636
- name: Install dependencies
37-
run: bun install --filter './docs'
37+
run: bun install
3838

3939
- name: Validate
4040
run: bun run test

0 commit comments

Comments
 (0)