diff --git a/doc/dune b/doc/dune index ffb242fb44..3c599e3100 100644 --- a/doc/dune +++ b/doc/dune @@ -37,7 +37,9 @@ (glob_files library_mlds/*) (glob_files examples/*.ml*)) (action - (run ocaml-mdx-test --force-output %{dep:driver.mld}))) + (progn + (write-file driver-benchmarks.json "") + (run ocaml-mdx-test --force-output %{dep:driver.mld})))) (rule (alias docgen)