Skip to content

Commit 6565048

Browse files
committed
Set up dependencies before github pages configure
1 parent be95ea0 commit 6565048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- name: Set up Bun
2828
uses: oven-sh/setup-bun@v2
2929

30+
- name: Install dependencies
31+
run: bun install
32+
3033
- name: Set up GitHub Pages
3134
uses: actions/configure-pages@v5
3235
with:
3336
static_site_generator: next
3437

35-
- name: Install dependencies
36-
run: bun install
37-
3838
- name: Build
3939
run: bun run build
4040

0 commit comments

Comments
 (0)