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/04/02 01:52:02 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

marcoabreu commented on a change in pull request #17948: [Website 2.0] General Version Dropdown
URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r402008073
 
 

 ##########
 File path: docs/static_site/Makefile
 ##########
 @@ -20,7 +20,7 @@ all: html
 html:
 	mkdir -p build
 	cd src && bundle install && JEKYLL_ENV=production bundle exec jekyll build --config _config_prod.yml -d ../build/html && cd ..
-
+	wget https://mxnet-static-artifacts.s3.amazonaws.com/versions.zip && unzip versions.zip -d build/html && rm -rf build/html/__MACOSX && rm versions.zip
 
 Review comment:
   Where does that come from? It seems like we're breaking out of a context here. S3 should not be the method how multiple Jenkins jobs exchange data

----------------------------------------------------------------
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


With regards,
Apache Git Services