Create daily.yml

This commit is contained in:
Daniel Bulant 2022-04-10 20:15:04 +02:00 committed by GitHub
parent da6ca6e966
commit a771ae5b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/daily.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: rebuild website daily
on:
schedule:
- cron: '0 23 * * *'
jobs:
daily-rebuild:
runs-on: ubuntu-latest
steps:
- name: send digests
uses: wei/curl@v1
with:
args: 'https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/${{secrets.DEPLOY_HOOK}}'