From 0b2017f711fa1da1f7993bec84915b358d584d40 Mon Sep 17 00:00:00 2001 From: bd_ Date: Wed, 11 Oct 2023 19:43:54 +0900 Subject: [PATCH] wip --- .github/workflows/deploy-pages.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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