pan3793 commented on code in PR #44:
URL: https://github.com/apache/celeborn-website/pull/44#discussion_r1540558205


##########
.github/bin/build_docs.sh:
##########
@@ -36,12 +36,12 @@ TAR_NAME=${REF_VERSION_NAME##*/}
 
 if [[ "$REF_VERSION_NAME" == *"-tm"* ]] ;then
     DIR_VERSION_NAME=$(echo "$TAR_NAME" | sed -r "s/v*(.*)\.tar\.gz/\1/g")
-    TAR_DIR_NAME=incubator-celeborn-$DOC_LINK_PATH
-    wget 
"https://github.com/apache/incubator-celeborn/releases/download/${REF_VERSION_NAME}";
+    TAR_DIR_NAME=celeborn-$DOC_LINK_PATH
+    wget 
"https://github.com/apache/celeborn/releases/download/${REF_VERSION_NAME}";

Review Comment:
   there is hacky for `-tm` artifacts, we should either keep it, or update the 
GitHub Release artifacts in the main repo. (I prefer the latter)



-- 
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]

Reply via email to