This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch fix_javadoc_yml_2
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/fix_javadoc_yml_2 by this push:
     new 902ed931e update ManualJavadocsDeploy.sh 2
902ed931e is described below

commit 902ed931e095f5762f7bee70de6291518e6c5b36
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Jan 6 12:58:35 2026 -0800

    update ManualJavadocsDeploy.sh 2
---
 tools/ManualJavadocsDeploy.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/ManualJavadocsDeploy.sh b/tools/ManualJavadocsDeploy.sh
index 34108808d..683088f56 100755
--- a/tools/ManualJavadocsDeploy.sh
+++ b/tools/ManualJavadocsDeploy.sh
@@ -19,6 +19,9 @@ EXIT_CODE=0
   mkdir -p "$TARGET_PATH"
   cp -a target/site/apidocs/. "$TARGET_PATH/"
   cd gh-pages-dir
+  echo "ECHO: git pull origin gh-pages --rebase"
+  git pull origin gh-pages --rebase
+  echo "ECHO: git add docs/$TAG_NAME"
   git add "docs/$TAG_NAME"
   
   if git diff --staged --quiet; then


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

Reply via email to