Skip to content

Commit

Permalink
fix: fix github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoayres committed Jul 13, 2024
1 parent bfffc15 commit c0504be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Delete local dist branch
run: |
git branch -D dist || true
- name: Delete remote dist branch
run: |
git push origin --delete dist || true
Expand Down

0 comments on commit c0504be

Please sign in to comment.