Fix relative path to primaite benchmark to align with build pipeline step

This commit is contained in:
Marek Wolan
2024-08-07 13:18:20 +00:00
parent 0ad34caf1e
commit d2693d974f

View File

@@ -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",
)