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 2021/09/09 23:50:09 UTC

[GitHub] [incubator-mxnet] barry-jin commented on a change in pull request #20573: [Website] Fix website publish

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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org