kevinjqliu commented on code in PR #14066:
URL: https://github.com/apache/iceberg/pull/14066#discussion_r2349679327
##########
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
${remote_name}
Review Comment:
maybe we can take out `--no-history` here.
its confusing to not have history for the asf-site branch
https://github.com/apache/iceberg/tree/asf-site
--
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]