summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/upload.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index 8cf0cdf..1c35a2b 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -31,3 +31,8 @@ jobs:
git stash
git pull --force origin master
hugo -s . -d /var/www/montevideo.restaurant/
+ - name: Clear Cloudflare cache
+ uses: Cyb3r-Jak3/action-cloudflare-cache@<Latest Release>
+ with:
+ zone: ${{ secrets.CLOUDFLARE_ZONE }}
+ api_token: ${{ secrets.CLOUDFLARE_TOKEN }}