Skip to content

Commit e1f2122

Browse files
Workflow - update dir
1 parent 7308892 commit e1f2122

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: '05 19 * * WED'
7+
- cron: '15 19 * * WED'
88
jobs:
99
autogen-docs:
1010
runs-on: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run GenerateDocs script
2323
run: |
2424
echo "Generating docs"
25-
working-directory: ./generate-docs
25+
chdir ./generate-docs
2626
./GenerateDocs.sh
2727
- name: Commit and push changes
2828
run: |

0 commit comments

Comments
 (0)