Skip to content

Commit b4190f4

Browse files
committed
Add bun install
Signed-off-by: Kaur Palang <[email protected]>
1 parent ba33fd1 commit b4190f4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- name: Checkout
13+
uses: actions/checkout@v4
1314

14-
- uses: oven-sh/setup-bun@v2
15+
- name: Set up Bun
16+
uses: oven-sh/setup-bun@v2
17+
18+
- name: Download dependencies
19+
run: bun install
1520

1621
- name: Build site
1722
id: build

0 commit comments

Comments
 (0)