aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/pushdoc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pushdoc.sh')
-rw-r--r--scripts/pushdoc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/pushdoc.sh b/scripts/pushdoc.sh
index 34c811a..ccae6c9 100644
--- a/scripts/pushdoc.sh
+++ b/scripts/pushdoc.sh
@@ -7,6 +7,9 @@ cabal haddock
7# Go to haddock output dir 7# Go to haddock output dir
8cd dist/doc/html/hmacaroons 8cd dist/doc/html/hmacaroons
9 9
10# Copy benchmark
11cp benchmark.html dist/doc/html/hmacaroons
12
10# Quiet the git init message, since it's not useful in the build log 13# Quiet the git init message, since it's not useful in the build log
11git init > /dev/null 2>&1 14git init > /dev/null 2>&1
12 15