diff --git a/doc/dune b/doc/dune index f31a6498d6..66daae4b0d 100644 --- a/doc/dune +++ b/doc/dune @@ -36,7 +36,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)