Skip to content

Commit 3c01d69

Browse files
Update workflow (#332)
1 parent 5efbaa5 commit 3c01d69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 5 additions & 1 deletion
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 17 * * WED'
7+
- cron: '55 17 * * WED'
88
jobs:
99
autogen-docs:
1010
runs-on: ubuntu-latest
@@ -18,6 +18,10 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: '18'
21+
- name: Make the script file executable
22+
run: |
23+
echo "Making script file executable"
24+
chmod +x GenerateDocs.sh
2125
- name: Run GenerateDocs script
2226
run: |
2327
echo "Generating docs"

0 commit comments

Comments
 (0)