You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by lx...@apache.org on 2017/08/01 14:35:50 UTC

[incubator-mxnet-test] 02/28: Fix build versioned doc

This is an automated email from the ASF dual-hosted git repository.

lxn2 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-test.git

commit bbbabf4aea19e3a8ec6fb951718bf68abdf6571a
Author: Ubuntu <ub...@ip-172-31-27-24.ec2.internal>
AuthorDate: Wed Jul 26 00:02:03 2017 +0000

    Fix build versioned doc
---
 docs/build_version_doc/build_doc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/build_version_doc/build_doc.sh b/docs/build_version_doc/build_doc.sh
index 93d2671..c310e20 100755
--- a/docs/build_version_doc/build_doc.sh
+++ b/docs/build_version_doc/build_doc.sh
@@ -35,7 +35,7 @@ cd ..
 cp "$web_folder/tag.txt" tag_list.txt
 if [ $latest_tag != ${tag_list[0]} ]
 then
-    echo -e "DATA-Line-1\n$(cat tag_list.txt)" > tag_list.txt
+    echo -e "$latest_tag\n$(cat tag_list.txt)" > tag_list.txt
     cat tag_list.txt
 fi
 python AddVersion.py --file_path "$mxnet_folder/docs/_build/html/"

-- 
To stop receiving notification emails like this one, please contact
"commits@mxnet.apache.org" <co...@mxnet.apache.org>.