]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - scripts/pushdoc.sh
Fix typo in secure var
[github/fretlink/hmacaroons.git] / scripts / pushdoc.sh
index ddab752466a0b3ede87dbd6effff2e51f397f56d..bea97f028a23fb91968f308d219f6679bb464c93 100644 (file)
@@ -19,6 +19,7 @@ git commit -m "Deploy to GitHub Pages"
 # repo's gh-pages branch. (All previous history on the gh-pages branch
 # will be lost, since we are overwriting it.) We redirect any output to
 # /dev/null to hide any sensitive credential data that might otherwise be exposed.
+echo "Pushing haddock to gh-pages"
 git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
 
 popd