Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
alinnert committed Apr 22, 2024
1 parent 39181ae commit 3fa31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Bun
uses: bun-sh/setup-bun@v1
uses: oven-sh/setup-bun@v1

- name: Build
run: |
Expand Down

0 comments on commit 3fa31e9

Please sign in to comment.