Skip to content

Commit 465cc00

Browse files
changed install location for bun
1 parent 1c28d59 commit 465cc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/configure-pages@v4
4343

4444
- name: Install dependencies
45-
run: bun install
45+
run: cd docs && bun install
4646

4747
- name: Build with VitePress
4848
run: bun run docs:build

0 commit comments

Comments
 (0)