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: workflow_dispatch:
push: push:
branches: main branches: main
schedule:
- cron: "21 11 * * *"
jobs: jobs:
build_and_publish: build_and_publish: