Skip to content

Commit 1cc6d2d

Browse files
Workflow - set working-directory
1 parent e1f2122 commit 1cc6d2d

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

0 commit comments

Comments
 (0)