Merge branch 'master' of github.com:danbulant/design

This commit is contained in:
Daniel Bulant 2022-04-26 18:03:15 +02:00
commit 5754ef58dd

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}}'