Skip to content

Commit 2a5ccc3

Browse files
committed
Fix name of script
1 parent e7e54eb commit 2a5ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Generate exercise-directory.md
2121
run: |
22-
python generate_exercises_md.py
22+
python create-exercise-directory.py
2323
mv exercise-directory.md index.md
2424
2525
- name: Deploy to gh-pages

0 commit comments

Comments
 (0)