]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - scripts/pushdoc.sh
Copy benchmark report to haddock
[github/fretlink/hmacaroons.git] / scripts / pushdoc.sh
index 34c811a7c94ef18da05dd1e056181e819465b024..ccae6c9aa43869279bfec6751b4822bc40cb5526 100644 (file)
@@ -7,6 +7,9 @@ cabal haddock
 # Go to haddock output dir
 cd dist/doc/html/hmacaroons
 
+# Copy benchmark
+cp benchmark.html dist/doc/html/hmacaroons
+
 # Quiet the git init message, since it's not useful in the build log
 git init > /dev/null 2>&1