Skip to content

Commit

Permalink
fix: sort courses
Browse files Browse the repository at this point in the history
  • Loading branch information
geniucker-dev committed Jan 8, 2025
1 parent f876a46 commit 121bc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def generate_md(course: str, filelist_texts: str, readme_path: str):

courses = list(filter(lambda x: os.path.isdir(x) and (
x not in EXCLUDE_DIRS), os.listdir('.'))) # list courses
courses.sort()

for course in courses:
filelist_texts, readme_path = list_files(course)
Expand Down

0 comments on commit 121bc11

Please sign in to comment.