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

 ##########
 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 ..
-
+       git clone --recursive 
https://github.com/connorgoggins/mxnet-website-artifacts.git && mv 
mxnet-website-artifacts/versions/ build/html/ && rm -rf mxnet-website-artifacts
 
 Review comment:
   I tried storing the artifacts in S3 and pulling them with `wget` in the 
Makefile, but the Jenkins slave doesn't seem to have the `wget` package 
installed so I thought just cloning them directly from the repo would be more 
straightforward. I'll investigate how to get the `wget` package onto the 
Jenkins slave so we can pull the artifacts from S3 instead.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to