diff --git a/.deploy.sh b/.deploy.sh index e6af902..562e6cf 100644 --- a/.deploy.sh +++ b/.deploy.sh @@ -2,6 +2,6 @@ if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" ]]; then cp CNAME public git clone https://github.com/davisp/ghp-import.git && - ./ghp-import/ghp_import.py -n -p -f -m "Documentation upload" -b master -r https://"$GH_TOKEN"@github.com/actix/actix.github.io.git _site && + ./ghp-import/ghp_import.py -n -p -f -m "Documentation upload" -b master -r https://"$GH_TOKEN"@github.com/actix/actix.github.io.git public && echo "Uploaded documentation" fi