Skip to content

Commit

Permalink
fix purge?
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Aug 12, 2024
1 parent db3ab5d commit f30082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4
- name: Purge cache
run: npm run purge
run: `curl -X POST \"https://api.cloudflare.com/client/v4/zones/${{secrets.BRINE_TOKEN}}/purge_cache\" -H \"Authorization: Bearer ${{secrets.BEARER}}\" -H \"Content-Type: application/json\" --data '{\"purge_everything\":true}'`

0 comments on commit f30082a

Please sign in to comment.