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
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
- name: Install dependencies
|
||||||
|
run: bun install
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run:
|
run:
|
||||||
bun docs-build
|
bun docs-build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue