mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
Merge branch 'master' of github.com:danbulant/design
This commit is contained in:
commit
5754ef58dd
1 changed files with 0 additions and 14 deletions
14
.github/workflows/daily.yml
vendored
14
.github/workflows/daily.yml
vendored
|
|
@ -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}}'
|
||||
Loading…
Reference in a new issue