Skip to content

Commit 5e57df3

Browse files
Workflow - change os
1 parent 7284776 commit 5e57df3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '45 17 * * FRI'
7+
- cron: '27 18 * * FRI'
88
jobs:
99
autogen-docs:
10-
runs-on: macos-latest
10+
runs-on: windows-latest
1111
permissions:
1212
contents: write
1313
defaults:
1414
run:
15+
shell: bash
1516
working-directory: ./generate-docs
1617
steps:
1718
- name: Check out repository
@@ -39,7 +40,6 @@ jobs:
3940
git config user.email [email protected]
4041
git checkout -b autogen-docs
4142
git add ../.
42-
git add --renormalize
4343
git commit -m "Automatically generated docs"
4444
git push --set-upstream origin autogen-docs
4545

0 commit comments

Comments
 (0)