Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jan 19, 2024
1 parent 02d3c66 commit 64fbcc0
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 @@ -75,6 +75,10 @@ jobs:
branch: deploy
force: false

- name: Purge ChangeLog
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
run: curl -L https://purge.jsdelivr.net/gh/zvonimirsun/iszy-tools@deploy/CHANGELOG.md

- name: Deploy App Beta
if: ${{ github.event_name == 'push' && github.ref_name == 'dev' }}
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 64fbcc0

Please sign in to comment.