From 99e08929f165e9e060900c1224dc80d7a6505b2c Mon Sep 17 00:00:00 2001 From: Rami Maalouf Date: Mon, 3 Jun 2024 23:27:37 -0400 Subject: [PATCH] gh deploy workflow now runs every day 10am est, and I can also run the script using the gui --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 48aa0ab23..6ba95adc8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,9 +1,12 @@ name: Deploy Quartz site to GitHub Pages on: + schedule: + - cron: '0 15 * * *' # Runs every day at 10 AM EST push: branches: - v4 + workflow_dispatch: # Allows manual triggering permissions: contents: read