huaxingao commented on code in PR #14066:
URL: https://github.com/apache/iceberg/pull/14066#discussion_r2347734576


##########
site/dev/deploy.sh:
##########
@@ -18,6 +18,10 @@
 
 set -e
 
+remote_name="${1:apache}"
+
 ./dev/setup_env.sh
 
-mkdocs gh-deploy --no-history --remote-branch=asf-site
+echo " --> Deploy to asf-site branch of remote repository: ${remote_name}"
+
+mkdocs gh-deploy --no-history --remote-branch=asf-site --remote-name apache

Review Comment:
   pass the defined `${remote_name}` instead of `apache`?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to