Fix relative path to primaite benchmark to align with build pipeline step
This commit is contained in:
@@ -205,7 +205,7 @@ def run(
|
||||
md2pdf(
|
||||
md_path=output_path,
|
||||
pdf_path=str(output_path).replace(".md", ".pdf"),
|
||||
css_path="benchmark/static/styles.css",
|
||||
css_path="static/styles.css",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user