Skip to content

Commit

Permalink
Merge pull request #1893 from git/ttaylorr/purge-cloudflare-cache
Browse files Browse the repository at this point in the history
.github/workflows: purge Cloudflare cache on deployment
  • Loading branch information
ttaylorr authored Oct 2, 2024
2 parents 425f204 + 0d22411 commit a99bcaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
- name: deploy to GitHub Pages
id: deploy
uses: ./.github/actions/deploy-to-github-pages
- name: Purge Cloudflare cache
uses: jakejarvis/cloudflare-purge-action@v0.3.0
env:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

0 comments on commit a99bcaf

Please sign in to comment.