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 f3aa341 commit 58df63bCopy full SHA for 58df63b
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