Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Nov 10, 2023
1 parent 6be0d93 commit 9e11d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install deps
run: bun i
Build:
needs: Setup
runs-on: ubuntu-latest

steps:
Expand All @@ -33,6 +34,7 @@ jobs:
ls
Deploy:
needs: Build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9e11d6f

Please sign in to comment.