Skip to content

Commit

Permalink
chore: Update deploy.yaml to use absolute paths for bun commands
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent ff4aebc commit e27d81d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
with:
path: Rin

- name: Deploy
- name: Set up Bun
uses: oven-sh/setup-bun@v1

- name: Deploy
run: |
cd Rin/
bun i
Expand Down

0 comments on commit e27d81d

Please sign in to comment.