Skip to content

Commit d1ca21b

Browse files
workflow - update working-directory
1 parent 743e9a6 commit d1ca21b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '25 21 * * WED'
7+
- cron: '50 15 * * THU'
88
jobs:
99
autogen-docs:
1010
runs-on: ubuntu-latest
11+
defaults:
12+
run:
13+
working-directory: .
1114
steps:
1215
- name: Check out repository
1316
uses: actions/checkout@v4

0 commit comments

Comments
 (0)