act
Some checks failed
Lints / typos (push) Successful in 21s
Build and deploy / build (push) Failing after 4m37s

This commit is contained in:
2025-01-21 17:02:48 -08:00
parent a560ea41f8
commit f6c9ace0f5
2 changed files with 27 additions and 1 deletions

View File

@ -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))