Skip to content

Commit c55208a

Browse files
authored
⏪ undo command change
1 parent ef61a03 commit c55208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/quarto_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def run_report(self, output_dir: str = BASE_DIR) -> None:
166166
subprocess.run(
167167
[
168168
"quarto",
169-
"render",
169+
"convert",
170170
os.path.join(output_dir, f"{self.BASE_DIR}.qmd"),
171171
],
172172
check=True,

0 commit comments

Comments
 (0)