actions: publish docs twice daily
Publish docs twice daily, this way fixes early in the morning are reflects online same day. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0e64b877da
commit
5e9d434069
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-publish.yml
vendored
2
.github/workflows/doc-publish.yml
vendored
|
@ -6,7 +6,7 @@ name: Doc build for Release or Daily
|
|||
# Either a daily based on schedule/cron or only on tag push
|
||||
on:
|
||||
schedule:
|
||||
- cron: '50 22 * * *'
|
||||
- cron: '50 22,11 * * *'
|
||||
push:
|
||||
paths:
|
||||
- 'VERSION'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue