From d014a480711c85d437bab1ac3db21a95a80a38d5 Mon Sep 17 00:00:00 2001 From: Tim Bond Date: Sun, 24 Aug 2025 23:20:55 -0700 Subject: [PATCH] Automatically build website after each meetup --- .github/workflows/static-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static-deploy.yml b/.github/workflows/static-deploy.yml index 97cf4e7..236326c 100644 --- a/.github/workflows/static-deploy.yml +++ b/.github/workflows/static-deploy.yml @@ -2,6 +2,9 @@ on: push: branches: - main + schedule: + # run an hour (no DST) or two hours (DST) after the meetup begins + - cron: '0 1 * * 4#2' jobs: build: