diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 272315336..224177e4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,7 @@ jobs: ssh -t ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "~/prmanifest --inpath ${{ secrets.DESTINATION_DIR }} --outpath ${{ secrets.DESTINATION_DIR }}/manifest.json" - name: Purge Cloudflare Cache if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch + id: purge-cache uses: NathanVaughn/actions-cloudflare-purge@v3.1.0 with: cf_auth: ${{ secrets.CLOUDFLARE_API_TOKEN }}