From 6e23c75c114f4e137dd465943c161669043cccd8 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Tue, 29 Jul 2014 00:32:04 +0100 Subject: [PATCH] add doc upload step to the release script --- release.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 0081c6a..97fec82 100755 --- a/release.sh +++ b/release.sh @@ -1,5 +1,7 @@ pip install wheel pip install mock pip install coverage +pip install sphinx ant release -git tag v`jenkinsapi_version` \ No newline at end of file +git tag v`jenkinsapi_version` +ant doc \ No newline at end of file -- 2.34.1