Skip to content

Commit

Permalink
clean out build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
developersteve committed Jun 6, 2024
1 parent c5bf222 commit d17a629
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
env:
DOPPLER_TOKEN: ${{ secrets.DOPPLER_TOKEN }}

- name: Clean up build output
working-directory: ./apps/info-dashboard/.next
run: |
rm -rf cache
- name: Deploy to Cloudflare Pages
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit d17a629

Please sign in to comment.