Skip to content

Commit c566c26

Browse files
Workflow - update location
1 parent 3c01d69 commit c566c26

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '55 17 * * WED'
7+
- cron: '45 18 * * WED'
88
jobs:
99
autogen-docs:
1010
runs-on: ubuntu-latest
11-
defaults:
12-
run:
13-
working-directory: ./generate-docs
1411
steps:
1512
- name: Check out repository
1613
uses: actions/checkout@v4
@@ -21,11 +18,11 @@ jobs:
2118
- name: Make the script file executable
2219
run: |
2320
echo "Making script file executable"
24-
chmod +x GenerateDocs.sh
21+
chmod +x ./generate-docs/GenerateDocs.sh
2522
- name: Run GenerateDocs script
2623
run: |
2724
echo "Generating docs"
28-
./GenerateDocs.sh
25+
./generate-docs/GenerateDocs.sh
2926
- name: Commit and push changes
3027
run: |
3128
echo "Committing and pushing changes to autogen-docs branch"

0 commit comments

Comments
 (0)