mirror of https://github.com/kivy/kivy.git
point rsync to live doc folder
This commit is contained in:
parent
8fe8b84135
commit
9ac7576ce5
|
@ -55,7 +55,7 @@ after_success:
|
|||
openssl aes-256-cbc -K $encrypted_675f1a0c317c_key -iv $encrypted_675f1a0c317c_iv -in ./kivy/tools/travis/id_rsa.enc -out ~/.ssh/id_rsa -d;
|
||||
chmod 600 ~/.ssh/id_rsa;
|
||||
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
|
||||
rsync -r -e ssh ./doc/build/html kivy@kivy.org:~/kivy.org/doctest;
|
||||
rsync --delete --force -r -e ssh ./doc/build/html/ kivy@kivy.org:~/kivy.org/docs/api-trunk/;
|
||||
fi;
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue