feat: Add a nightly build

Added a scheduled nightly build workflow to keep the deployed site current
with any content changes, particularly in the private submodule.
This commit is contained in:
Matthew Binning 2026-03-23 06:59:46 -07:00
parent 47347df98c
commit 83e3f8926a
3 changed files with 5 additions and 10 deletions

View file

@ -5,6 +5,8 @@ on:
branches:
- master
- develop
schedule:
- cron: '0 2 * * *'
jobs:
deploy: