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@ + with: + zone: ${{ secrets.CLOUDFLARE_ZONE }} + api_token: ${{ secrets.CLOUDFLARE_TOKEN }}