This is an automated email from the ASF dual-hosted git repository.
aaronmarkham 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 67ae544 [Website 2.0] Artifact URL Adjustment (#18340)
67ae544 is described below
commit 67ae544a5c0711e771b545fb7bdeae156730099e
Author: Connor Goggins <[email protected]>
AuthorDate: Wed May 20 09:36:14 2020 -0700
[Website 2.0] Artifact URL Adjustment (#18340)
* Testing new S3 bucket without publish step
* Adding publish step & restricted nodes for prod
* Drop restricted on primary node for testing'
* Revert to restricted nodes with publishing
---
docs/static_site/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/static_site/Makefile b/docs/static_site/Makefile
index 1065ce5..94cedec 100644
--- a/docs/static_site/Makefile
+++ b/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
+ wget
https://mxnet-website-static-artifacts.s3.us-east-2.amazonaws.com/versions.zip
&& unzip versions.zip -d build/html && rm -rf build/html/__MACOSX && rm
versions.zip
clean:
rm -rf build