manuzhang commented on code in PR #13664:
URL: https://github.com/apache/iceberg/pull/13664#discussion_r2278261431


##########
site/dev/common.sh:
##########
@@ -177,12 +177,12 @@ update_version () {
   # Update version information within the mkdocs.yml file using sed commands
   if [ "$(uname)" == "Darwin" ]
   then
-    /usr/bin/sed -i '' -E 
"s/(^site\_name:[[:space:]]+docs\/).*$/\1${ICEBERG_VERSION}/" 
${ICEBERG_VERSION}/mkdocs.yml
-    /usr/bin/sed -i '' -E 
"s/(^[[:space:]]*-[[:space:]]+Javadoc:.*\/javadoc\/).*$/\1${ICEBERG_VERSION}/" 
${ICEBERG_VERSION}/mkdocs.yml
+    /usr/bin/sed -i '' -E 
"s/(^site\_name:[[:space:]]+docs\/).*$/${ICEBERG_VERSION}/" 
${ICEBERG_VERSION}/mkdocs.yml

Review Comment:
   whi is this changed?



-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to