Fix docs upload - there are spaces in the args.

This commit is contained in:
matham 2019-12-22 13:04:46 -05:00 committed by GitHub
parent 662985b7c9
commit 46cfa42dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,4 +94,4 @@ jobs:
run: |
branch_name=$(python3 -c "print('$REF_NAME'.split('/')[-1])")
source .ci/ubuntu_ci.sh
upload_docs_to_server $DOC_VERSIONS $branch_name $SERVER_IP
upload_docs_to_server "$DOC_VERSIONS" "$branch_name" "$SERVER_IP"