This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 8e9877b fix master website version null foler (#19237)
8e9877b is described below
commit 8e9877b1cc33d271508075c336f8bd34a28e977b
Author: Yang Shi <[email protected]>
AuthorDate: Sun Sep 27 15:48:55 2020 -0700
fix master website version null foler (#19237)
---
ci/docker/runtime_functions.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 70fb36f..0b5ae4a 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -1216,9 +1216,9 @@ build_docs() {
fi
# copy the full site for this version to versions folder
- mkdir -p html/versions/$BRANCH
+ mkdir -p html/versions/master
for f in 404.html api assets blog community ecosystem features feed.xml
get_started index.html; do
- cp -r html/$f html/versions/$BRANCH/
+ cp -r html/$f html/versions/master/
done
# clean up temp files