diff --git a/.travis.yml b/.travis.yml index a328ee24ebceddfa564c3eb437a94badd1017a4a..76221a40dd513168537204fc183bd1e8e66c2f54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ after_success: | bash deploy-docs.sh env: global: - secure: CEgJhYJN0LBGdrhBfeFywxPLKJLnjgAhu2H1A7Gl8r7PGhSlvMjLs1CgLluD83pUxrtxAxLxT/I3bJeUhPI5fbxwxfXO7V48yYqivAx11f0FCnvkBFRcxFCysZLazgEFpttDaxwySC69CL+uwoP93F4lO/YKulyUqiEbDdJsZdM= + secure: "XxaPXHiVplTwMaAytYC0VQR/nNnm7SJVzXiUuaVEjssHip0Uje/4f3vGqtJjnD70FfxwNWQKiSYOcbYjWPlsJeANRt4ZoCsRt5eLGUZ+wH79n1fOkp5EIpFT/isjCB51A4n8PRUvuWfQ2OtNNeGLL6akMxt19sHdXoiQkLOe338=" diff --git a/deploy-docs.sh b/deploy-docs.sh index 907a318ac490fba904b0f2d71161f4c49256f37b..a2c126c18176765acda3a635632bfce40187fab4 100644 --- a/deploy-docs.sh +++ b/deploy-docs.sh @@ -17,4 +17,4 @@ touch . git add -A . git commit -m "rebuild pages at ${rev}" -git push -q upstream HEAD:gh-pages +git push -q upstream HEAD:gh-pages > /dev/null 2>&1