Skip to content

Commit 843013f

Browse files
workflow - update schedule
1 parent c5f0841 commit 843013f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: auto-publish
22
run-name: Automatically publish documentation
33
on:
44
schedule:
5-
- cron: '10 20 * * FRI'
5+
- cron: '15 22 * * TUE'
6+
- cron: '15 22 * * THU'
67
jobs:
78
auto-publish:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)