stevenzwu commented on code in PR #14066:
URL: https://github.com/apache/iceberg/pull/14066#discussion_r2350392674
##########
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:
The intention of `--no-history` is probably to reduce the size of git
history. Javadoc can contain a lot of files.
I will skip this change in this PR.
--
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]