docs(rpc): push the branch along with tags (#9578)

* docs(rpc): push the branch along with tags

* ci: remove old rpc docs script
This commit is contained in:
Andronik Ordian
2018-09-18 08:54:50 +02:00
committed by Afri Schoedon
parent e6d1250185
commit 52f8b1a1d7
2 changed files with 1 additions and 53 deletions

View File

@@ -39,6 +39,7 @@ commit_files() {
upload_files() {
echo "__________Upload files__________"
git push origin HEAD
git push --tags
}