Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
public read
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Sep 30, 2020
1 parent a94bbae commit 8b720d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ push_docs() {
popd
mv $folder_name versions
zip -r9 versions.zip versions/.
aws s3 cp versions.zip s3://mxnet-website-static-artifacts --acl bucket-owner-full-control
aws s3 cp versions.zip s3://mxnet-website-static-artifacts --acl public-read
popd
}

Expand Down

0 comments on commit 8b720d3

Please sign in to comment.