Skip to content

Added widget-display.html template to make it easier to adjust the ev… #77

Added widget-display.html template to make it easier to adjust the ev…

Added widget-display.html template to make it easier to adjust the ev… #77

name: Clear Cloudflare Cache
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Put steps here to build your site, deploy it to a service, etc.
- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@master
env:
# Zone is required by both authentication methods
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}