We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38308d9 commit 87e26cbCopy full SHA for 87e26cb
.github/workflows/docusaurus.yml
@@ -34,3 +34,9 @@ jobs:
34
remote_host: ${{ secrets.DEPLOY_STATIC_SITE_HOST }}
35
remote_user: ${{ secrets.DEPLOY_STATIC_SITE_USER }}
36
remote_key: ${{ secrets.DEPLOY_STATIC_SITE_KEY }}
37
+
38
+ - name: Purge BunnyCDN cache
39
+ uses: eayllon/bunnycdn-purge-cache@253ab627f8e743b4d7f96e7020e8bc04377ac49d
40
+ with:
41
+ accessKey: ${{ secrets.BUNNY_API_KEY }}
42
+ zoneID: ${{ secrets.BUNNY_ZONE_ID }}
0 commit comments