Add automatic indexing to compile step
Some checks failed
Smoke Test / smoke (pull_request) Failing after 6s
Build Validation / validate-manuscript (pull_request) Successful in 6s

This commit is contained in:
2026-04-12 16:20:33 +00:00
parent ba674e7a99
commit aea0e40298

View File

@@ -285,7 +285,7 @@ def compile_pdf():
return False
def main():
def main():\n print("Generating index...")\n os.system("python3 scripts/index_generator.py")\n
args = sys.argv[1:]
if "--check" in args: