Skip to content

Commit 29d1d41

Browse files
committed
⏪ restore main branch commands (render, not convert)
1 parent 0009bb8 commit 29d1d41

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-
"convert",
169+
"render",
170170
os.path.join(output_dir, f"{self.BASE_DIR}.qmd"),
171171
],
172172
check=True,

0 commit comments

Comments
 (0)