Skip to content

Commit c4b010e

Browse files
Workflow - fix typo
1 parent b0ab36b commit c4b010e

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: '10 14 * * FRI'
7+
- cron: '22 14 * * FRI'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -33,7 +33,7 @@ jobs:
3333
- name: Undo chmod
3434
run: |
3535
echo "Undoing script file chmod"
36-
chmod -x ./GenerateDocs.sh.
36+
chmod -x ./GenerateDocs.sh
3737
- name: Commit and push changes
3838
run: |
3939
echo "Committing and pushing changes to autogen-docs branch"

0 commit comments

Comments
 (0)