barry-jin commented on a change in pull request #20573:
URL: https://github.com/apache/incubator-mxnet/pull/20573#discussion_r705795381
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1219,7 +1219,7 @@ build_docs() {
# copy the full site for this version to versions folder
mkdir -p html/versions/master
- for f in 404.html api assets blog community ecosystem features feed.xml
get_started index.html; do
+ for f in 404.html api assets blog community ecosystem features feed.xml
get_started index.html .asf.yaml; do
Review comment:
Thanks for pointing it out. If .asf.yaml is already in html/ then we do
not need to pack it into versions/master again.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]