forgot stdout
This commit is contained in:
parent
3762f5503c
commit
41da658af8
@ -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)
|
||||
subprocess.run(["asciidoctor", "-s", "-a", "showtitle", "--out-file=-", f"--base-dir={repo_name}"], stdin=sys.stdin, stdout=sys.stdout)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user