diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1f2102fe..5c06858f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -82,7 +82,8 @@ jobs: - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --remote-only - - name: Purge Cloudflare cache + - name: Purge Cloudflare edge cache run: | - npm install node-fetch esno + npm ci --omit=dev + npm install esno npm run purge-cache