We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68182c5 commit c1330d7Copy full SHA for c1330d7
1 file changed
.github/workflows/deploy-pages.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: oven-sh/setup-bun@v2
35
36
- name: Install dependencies
37
- run: bun install --filter './docs'
+ run: bun install
38
39
- name: Validate
40
run: bun run test
0 commit comments