aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/pushdoc.sh
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-09-05 02:40:37 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-09-05 02:40:37 +0200
commit15b8a37d5030deaa7625d6c9a62671a8368e5a78 (patch)
treea3212ae667251f89da9f9aa0f05471739b9a3b35 /scripts/pushdoc.sh
parent6f7c6d5a22aec4c237f00bae8f27a3877419537b (diff)
downloadhmacaroons-15b8a37d5030deaa7625d6c9a62671a8368e5a78.tar.gz
hmacaroons-15b8a37d5030deaa7625d6c9a62671a8368e5a78.tar.zst
hmacaroons-15b8a37d5030deaa7625d6c9a62671a8368e5a78.zip
Fix typo in secure var
Diffstat (limited to 'scripts/pushdoc.sh')
-rw-r--r--scripts/pushdoc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pushdoc.sh b/scripts/pushdoc.sh
index ddab752..bea97f0 100644
--- a/scripts/pushdoc.sh
+++ b/scripts/pushdoc.sh
@@ -19,6 +19,7 @@ git commit -m "Deploy to GitHub Pages"
19# repo's gh-pages branch. (All previous history on the gh-pages branch 19# repo's gh-pages branch. (All previous history on the gh-pages branch
20# will be lost, since we are overwriting it.) We redirect any output to 20# will be lost, since we are overwriting it.) We redirect any output to
21# /dev/null to hide any sensitive credential data that might otherwise be exposed. 21# /dev/null to hide any sensitive credential data that might otherwise be exposed.
22echo "Pushing haddock to gh-pages"
22git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1 23git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
23 24
24popd 25popd