mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 21:37:18 +00:00
Add cron schedule for daily build (#224)
* Add cron schedule for daily build * Change scheduled time Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
parent
a5bcabb712
commit
29b3c70fad
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
branches: [ hugo ]
|
||||
pull_request:
|
||||
branches: [ hugo ]
|
||||
schedule:
|
||||
- cron: 25 0 * * *
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue