Skip to content

Commit

Permalink
Remove 'Purge Cloudflare Cache'
Browse files Browse the repository at this point in the history
The cache rules will take care of that as long as no debs are
overwritten.
  • Loading branch information
asdfugil committed Jun 7, 2024
1 parent 7fae381 commit 5656405
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ jobs:
dryRun: false
localDir: 'publish/'
remoteDir: '/files'

- name: Purge Cloudflare cache
run: |
curl -X POST https://api.cloudflare.com/client/v4/zones/${{ secrets.CF_ZONE_ID }}/purge_cache -H 'Authorization: Bearer ${{ secrets.CF_API_TOKEN }}' -H 'Content-Type: application/json' --data '{"purge_everything": true}'

0 comments on commit 5656405

Please sign in to comment.