Skip to content

Commit 6c8ddf3

Browse files
fixed bun installation in the action
1 parent 1cdf76a commit 6c8ddf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
uses: actions/configure-pages@v4
4848

4949
- name: Install dependencies
50-
run: cd docs && bun install
50+
run: cd docs/site && bun install
5151

5252
- name: Build with VitePress
53-
run: cd docs && bun run docs:build
53+
run: cd docs/site && bun run docs:build
5454

5555
- name: Upload artifact
5656
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)