diff --git a/_build/deploy-phpdoc.sh b/_build/deploy-phpdoc.sh index f916b9e..2e6816e 100755 --- a/_build/deploy-phpdoc.sh +++ b/_build/deploy-phpdoc.sh @@ -27,6 +27,7 @@ fi # setup git printf 'Preparing repo...\n' +git config push.default simple git config user.name "Travis CI" git config user.email "travis-ci@picocms.org"