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: