diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2daa615..99f931f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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}'