add bun install command
This commit is contained in:
parent
81793c6964
commit
27538074f7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
|
@ -25,6 +25,8 @@ jobs:
|
|||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
- name: Build docs
|
||||
run:
|
||||
bun docs-build
|
||||
|
|
|
|||
Loading…
Reference in a new issue