Trigger site build daily

This commit is contained in:
Brandon Rozek 2022-12-01 23:12:37 -05:00
parent 1ea6d2993d
commit cc971ec82f

View file

@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: main
schedule:
- cron: "21 11 * * *"
jobs:
build_and_publish: