act
This commit is contained in:
@ -291,6 +291,7 @@ def build_dir(base: str, out_sub: str, index: list[IndexEntry]):
|
||||
|
||||
index: list[IndexEntry] = []
|
||||
|
||||
index.extend(build_dir("Warm-Ups", "Warm-Ups", index))
|
||||
index.extend(build_dir("Advanced", "Advanced", index))
|
||||
index.extend(build_dir("Intermediate", "Intermediate", index))
|
||||
|
||||
|
Reference in New Issue
Block a user