Skip to content

Commit a422e05

Browse files
Workflow - tweak add command
1 parent 9502318 commit a422e05

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: '55 15 * * FRI'
7+
- cron: '45 17 * * FRI'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -38,7 +38,7 @@ jobs:
3838
git config user.name github-actions
3939
git config user.email [email protected]
4040
git checkout -b autogen-docs
41-
git add ../.
41+
git add --renormalize ../.
4242
git commit -m "Automatically generated docs"
4343
git push --set-upstream origin autogen-docs
4444

0 commit comments

Comments
 (0)