File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4141 env :
4242 TUNNEL_SERVICE_TOKEN_ID : ${{ secrets.TUNNEL_SERVICE_TOKEN_ID }}
4343 TUNNEL_SERVICE_TOKEN_SECRET : ${{ secrets.TUNNEL_SERVICE_TOKEN_SECRET }}
44+ - name : Purge Cloudflare cache
45+ uses : NathanVaughn/actions-cloudflare-purge@v3.1.0
46+ with :
47+ cf_zone : ${{ secrets.CLOUDFLARE_ZONE }}
48+ cf_auth : ${{ secrets.CLOUDFLARE_TOKEN }}
4449 build-deploy-docs :
4550 runs-on : ubuntu-latest
4651 steps :
7479 env :
7580 TUNNEL_SERVICE_TOKEN_ID : ${{ secrets.TUNNEL_SERVICE_TOKEN_ID }}
7681 TUNNEL_SERVICE_TOKEN_SECRET : ${{ secrets.TUNNEL_SERVICE_TOKEN_SECRET }}
82+ - name : Purge Cloudflare cache
83+ uses : NathanVaughn/actions-cloudflare-purge@v3.1.0
84+ with :
85+ cf_zone : ${{ secrets.CLOUDFLARE_ZONE }}
86+ cf_auth : ${{ secrets.CLOUDFLARE_TOKEN }}
You can’t perform that action at this time.
0 commit comments