Update build-daily-book.yml

This commit is contained in:
何夕2077
2025-07-30 00:45:27 +08:00
committed by GitHub
parent 8374c32ae5
commit 59110ff1f8

View File

@@ -3,7 +3,7 @@ name: Build Daily Journal
on:
# 每天UTC时间0点自动触发 (对应北京时间早上8点)
schedule:
- cron: '0 0 * * *'
- cron: '0 22 * * *'
# 手动触发
workflow_dispatch: