mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 22:34:17 +00:00
Fix cron build job
As YAML parsers misinterpret `*`, strings need to be explicit.
This commit is contained in:
parent
3e8eeb50e7
commit
3e9b774390
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ hugo ]
|
branches: [ hugo ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 25 0 * * *
|
- cron: '25 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue