We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef447d commit 9502318Copy full SHA for 9502318
.github/workflows/autogen-docs.yml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
- cron: '45 10 * * TUE'
6
- cron: '45 10 * * THU'
7
- - cron: '20 15 * * FRI'
+ - cron: '55 15 * * FRI'
8
jobs:
9
autogen-docs:
10
runs-on: macos-latest
@@ -16,8 +16,6 @@ jobs:
16
steps:
17
- name: Check out repository
18
uses: actions/checkout@v4
19
- with:
20
- ref: autogen-docs-1
21
- name: Make the script file executable
22
run: |
23
echo "Making script file executable"
@@ -39,7 +37,8 @@ jobs:
39
37
echo "Committing and pushing changes to autogen-docs branch"
40
38
git config user.name github-actions
41
git config user.email [email protected]
+ git checkout -b autogen-docs
42
git add ../.
43
git commit -m "Automatically generated docs"
44
- git push
+ git push --set-upstream origin autogen-docs
45
0 commit comments