Skip to content

Commit 323dc6c

Browse files
committed
workflow x3
1 parent ce2ae73 commit 323dc6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
- uses: oven-sh/setup-bun@v2
1212
- name: Set Cloudflare API Token
1313
run: echo "CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }}" >> $GITHUB_ENV
14+
- name: Install dependencies
15+
run: bun i
1416
- name: Deploy
1517
run: bun run deploy

0 commit comments

Comments
 (0)