Merge pull request '[GOFAI] Auto-Index Build Step' (#39) from feat/auto-index-build-1776010831891 into main
Some checks failed
Smoke Test / smoke (push) Failing after 6s

This commit was merged in pull request #39.
This commit is contained in:
2026-04-12 16:20:37 +00:00

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: