Skip to content

Commit

Permalink
bro...
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRohit committed Sep 2, 2024
1 parent 280e832 commit 8108e5c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
echo 'export BUN_INSTALL="$HOME/.bun"' >> $GITHUB_ENV
echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> $GITHUB_ENV
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 8108e5c

Please sign in to comment.