From fc88cd594383c986af640fa6e64225e52d462c7d Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 28 Feb 2023 17:54:56 +0100 Subject: [PATCH] still needs to render --- clone_for_markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone_for_markdown.py b/clone_for_markdown.py index fb114df..87f322d 100644 --- a/clone_for_markdown.py +++ b/clone_for_markdown.py @@ -33,5 +33,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}", "-"]) +subprocess.run(["asciidoctor", "-s", "-a", "showtitle", "--out-file=-", f"--base-dir={repo_name}", "-"])