mirror of https://github.com/kivy/kivy.git
Fix docs upload - there are spaces in the args.
This commit is contained in:
parent
662985b7c9
commit
46cfa42dac
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue