We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e54eb commit 2a5ccc3Copy full SHA for 2a5ccc3
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Generate exercise-directory.md
21
run: |
22
- python generate_exercises_md.py
+ python create-exercise-directory.py
23
mv exercise-directory.md index.md
24
25
- name: Deploy to gh-pages
0 commit comments