Skip to content

Add target="_blank" to links in post #12

Add target="_blank" to links in post

Add target="_blank" to links in post #12

Workflow file for this run

name: Purge Cloudflare Cache
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@master
env:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}