ci: docs sync
This commit is contained in:
parent
0c4b36a433
commit
d1581fbcf2
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docs-update.yml
vendored
5
.github/workflows/docs-update.yml
vendored
|
|
@ -2,9 +2,8 @@ name: Docs Update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run every 4 hours
|
- cron: "0 */12 * * *"
|
||||||
- cron: "0 */4 * * *"
|
workflow_dispatch:
|
||||||
workflow_dispatch: # Allow manual trigger for testing
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-docs:
|
update-docs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue