Delete daily.yml

This commit is contained in:
Daniel Bulant 2022-04-13 09:17:44 +02:00 committed by GitHub
parent 9d172c6d1d
commit 02e53043f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
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}}'