Skip to content

Commit 3fe9791

Browse files
Workflow - create branch upstream
1 parent 5cc31cf commit 3fe9791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '45 16 * * THU'
7+
- cron: '15 17 * * THU'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -34,5 +34,5 @@ jobs:
3434
git checkout -b autogen-docs
3535
git add .
3636
git commit -m "Automatically generated docs"
37-
git push
37+
git push --set-upstream origin autogen-docs
3838

0 commit comments

Comments
 (0)