mirror of
https://github.com/danbulant/design
synced 2026-06-06 08:01:21 +00:00
Create daily.yml
This commit is contained in:
parent
da6ca6e966
commit
a771ae5b6d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/daily.yml
vendored
Normal file
14
.github/workflows/daily.yml
vendored
Normal 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}}'
|
||||||
Loading…
Reference in a new issue