mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
Add cron schedule for daily build
This commit is contained in:
parent
16435b655e
commit
718e78957a
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: 0 0 * * *
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue