You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/29 03:44:45 UTC

[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #19244: [WIP] Website release pipeline automation

waytrue17 commented on a change in pull request #19244:
URL: https://github.com/apache/incubator-mxnet/pull/19244#discussion_r496360408



##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1922,6 +1922,20 @@ build_docs_beta() {
     popd
 }
 
+push_docs() {
+    version_name=$1
+    set -ex
+    pip3 install --user awscli
+    export PATH=~/.local/bin:$PATH
+    pushd docs/_build
+    wget https://mxnet-website-static-artifacts.s3.us-east-2.amazonaws.com/versions.zip && unzip versions.zip && rm versions.zip
+    mkdir $version_name && tar -xzf full_website.tgz -C $version_name --strip-components 1
+    mv $version_name versions
+    zip -r9 versions-test.zip versions/.

Review comment:
       Done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org