fix: Update cron schedule to run daily for GitHub Pages deployment

This commit is contained in:
zhangyuheng
2026-03-10 10:22:04 +08:00
parent b97cde5516
commit 56230e8b22
2 changed files with 202 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ on:
push:
branches: [main]
schedule:
# Every 2 days at 04:00 UTC
- cron: "0 4 */2 * *"
# Every days at 04:00 UTC
- cron: "0 4 */1 * *"
workflow_dispatch:
permissions: