From 729e5e5045a33e98c85cbf9949c5ad6f41fcb9c0 Mon Sep 17 00:00:00 2001 From: Deflaktor Date: Thu, 27 Jun 2024 21:32:23 +0200 Subject: [PATCH] Add midnight deploy trigger --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71a3d832..2f00a461 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,9 @@ on: branches: [ main ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: + # Schedule the workflow to run every night at midnight UTC + schedule: + - cron: "0 0 * * *" # Allow this job to clone the repo and create a page deployment permissions: