From a771ae5b6ddd00fda360ac78cf1017941a8986e7 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sun, 10 Apr 2022 20:15:04 +0200 Subject: [PATCH] Create daily.yml --- .github/workflows/daily.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/daily.yml diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml new file mode 100644 index 0000000..ecaf268 --- /dev/null +++ b/.github/workflows/daily.yml @@ -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}}'