mirror of
https://github.com/danbulant/design
synced 2026-07-09 04:51:12 +00:00
Delete daily.yml
This commit is contained in:
parent
9d172c6d1d
commit
02e53043f3
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