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 4ad05fa commit a04e071Copy full SHA for a04e071
1 file changed
.github/workflows/deploy-pages.yml
@@ -34,6 +34,7 @@ jobs:
34
uses: oven-sh/setup-bun@v2
35
36
- name: Install dependencies
37
+ run: ls ./docs
38
run: bun install --filter './docs'
39
40
- name: Validate
0 commit comments