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 58df63b commit 4ad05faCopy full SHA for 4ad05fa
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 --filter './docs'
38
39
- name: Validate
40
run: bun run test
0 commit comments