don't clear cache from the ci sandbox

pull/1541/head
antelle 3 years ago
parent cc5a465dc3
commit f8319408f1
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -535,6 +535,7 @@ jobs:
if: ${{ github.repository == 'keeweb/keeweb' }}
run: gsutil -m rsync -r -d -x "^\." gh-pages gs://app.keeweb.info/
- name: Purge CloudFlare cache
if: ${{ github.repository == 'keeweb/keeweb' }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |

Loading…
Cancel
Save