Skip to content

Commit

Permalink
Like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
limbero committed Mar 5, 2024
1 parent 1b5f7ec commit fc8bab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-from-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Bun Install and Build 🔧
- name: Use Bun 🔧
uses: oven-sh/setup-bun@v1
- name: Bun Install 🔧
uses: oven-sh/setup-bun@v1
run: bun install
- name: Bun Build 🔧
run: bun run build

- name: Upload artifact
Expand Down

0 comments on commit fc8bab4

Please sign in to comment.