diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index d9917865..7e5e85e7 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -119,4 +119,12 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --name modular-avatar-docs --old-asset-ttl 300 - workingDirectory: docs-site~ \ No newline at end of file + workingDirectory: docs-site~ + + - name: Purge cache + uses: nathanvaughn/actions-cloudflare-purge@3b31015a54307a38ea48904fb367eeb0a753a66f + with: + cf_zone: ${{ secrets.CF_ZONE_ID }} + cf_auth: ${{ secrets.CF_API_TOKEN }} + hosts: | + modular-avatar.nadena.dev \ No newline at end of file