still needs to render

This commit is contained in:
leo 2023-02-28 17:54:56 +01:00
parent 6ce3b3a5b7
commit fc88cd5943
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -33,5 +33,5 @@ if not os.path.isdir(CACHE_FOLDER_PATH):
if not os.path.isdir(repo_name): if not os.path.isdir(repo_name):
subprocess.run(["git", "clone", repo_path, repo_name], check=True, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT) subprocess.run(["git", "clone", repo_path, repo_name], check=True, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
subprocess.run(["asciidoctor", "-s", "-a", "showtitle", "--out-file=-", f"--base-dir={repo_name}", "-"]) subprocess.run(["asciidoctor", "-s", "-a", "showtitle", "--out-file=-", f"--base-dir={repo_name}", "-"])