]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Copy benchmark *before* cd-ing into haddock dir
authorJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 17 Nov 2015 12:15:11 +0000 (13:15 +0100)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 17 Nov 2015 12:15:11 +0000 (13:15 +0100)
scripts/pushdoc.sh

index ccae6c9aa43869279bfec6751b4822bc40cb5526..653d59986f9e24f57270e6580cd8d322f234e156 100644 (file)
@@ -4,12 +4,12 @@ set -e # exit with nonzero exit code if anything fails
 # Build documentation
 cabal haddock
 
-# Go to haddock output dir
-cd dist/doc/html/hmacaroons
-
 # Copy benchmark
 cp benchmark.html dist/doc/html/hmacaroons
 
+# Go to haddock output dir
+cd dist/doc/html/hmacaroons
+
 # Quiet the git init message, since it's not useful in the build log
 git init > /dev/null 2>&1