mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
fix: Update cron schedule to run daily for GitHub Pages deployment
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user