asciidoctor?

This commit is contained in:
leo 2023-02-28 17:39:20 +01:00
parent cbb05a5739
commit 3762f5503c
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -34,5 +34,5 @@ if not os.path.isdir(CACHE_FOLDER_PATH):
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(["asciidoctor", "-s", "-a", "showtitle", "--out-file=-", f"--base-dir={repo_name}"], stdin=sys.stdin)
print(repo_name)