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 7284776 commit 5e57df3Copy full SHA for 5e57df3
.github/workflows/autogen-docs.yml
@@ -4,14 +4,15 @@ on:
4
schedule:
5
- cron: '45 10 * * TUE'
6
- cron: '45 10 * * THU'
7
- - cron: '45 17 * * FRI'
+ - cron: '27 18 * * FRI'
8
jobs:
9
autogen-docs:
10
- runs-on: macos-latest
+ runs-on: windows-latest
11
permissions:
12
contents: write
13
defaults:
14
run:
15
+ shell: bash
16
working-directory: ./generate-docs
17
steps:
18
- name: Check out repository
@@ -39,7 +40,6 @@ jobs:
39
40
git config user.email [email protected]
41
git checkout -b autogen-docs
42
git add ../.
- git add --renormalize
43
git commit -m "Automatically generated docs"
44
git push --set-upstream origin autogen-docs
45
0 commit comments