From 223400ff03c9c3ff876e2f21b02d5f42bebca4e7 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Mon, 8 May 2023 13:34:31 -0600 Subject: [PATCH] CI: add a timed trigger and a manual trigger ... * timed trigger: runs every 5 days * manual trigger: manually starts the website build --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f5f2f6e..188799a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ on: branches: [ hugo ] pull_request: branches: [ hugo ] + schedule: + - cron: '35 0 */5 * *' + workflow_dispatch: + inputs: jobs: build: