mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
⚡ Run watch docs previews every hour
This commit is contained in:
parent
3dd16a9458
commit
074868d77e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/watch-docs-previews.yml
vendored
2
.github/workflows/watch-docs-previews.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Watch Docs Previews
|
name: Watch Docs Previews
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* * * * *"
|
- cron: "0 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue