Added midnight action run

This commit is contained in:
Lucas
2025-04-13 21:15:03 -07:00
committed by GitHub
parent 860d82aba7
commit 2c1274310e

View File

@@ -7,6 +7,8 @@ on:
- 'source/data/**'
- 'source/components/**'
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
jobs:
generate: