Skip to content

Commit 5a90699

Browse files
authored
Fix run path
1 parent 8dc50d7 commit 5a90699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-overview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install pyyaml
2828
2929
- name: Run script to generate Markdown
30-
run: python generate-overview.py
30+
run: python scripts/generate-overview.py
3131

3232
- name: Commit and push changes
3333
run: |

0 commit comments

Comments
 (0)