Skip to content

Commit d728d62

Browse files
Workflow - edit add command
1 parent 6986a53 commit d728d62

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,7 +4,7 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '05 19 * * THU'
7+
- cron: '36 13 * * FRI'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -35,7 +35,7 @@ jobs:
3535
echo "Committing and pushing changes to autogen-docs branch"
3636
git config user.name github-actions
3737
git config user.email [email protected]
38-
git add .
39-
git commit -am "Automatically generated docs"
38+
git add ../docs/\*
39+
git commit -m "Automatically generated docs"
4040
git push
4141

0 commit comments

Comments
 (0)