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 906fe1b3d update ManualJavadocsDeploy.sh 3
906fe1b3d is described below
commit 906fe1b3d7b340a4baf071e65edd330d20ed8757
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Jan 6 13:19:58 2026 -0800
update ManualJavadocsDeploy.sh 3
---
tools/ManualJavadocsDeploy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/ManualJavadocsDeploy.sh b/tools/ManualJavadocsDeploy.sh
index 683088f56..844efb88c 100755
--- a/tools/ManualJavadocsDeploy.sh
+++ b/tools/ManualJavadocsDeploy.sh
@@ -11,7 +11,7 @@ echo "ECHO: git fetch origin gh-pages"
git fetch origin gh-pages
echo "ECHO: Create worktree"
-git worktree add ./gh-pages-dir origin/gh-pages
+git worktree add -B gh-pages ./gh-pages-dir origin/gh-pages
EXIT_CODE=0
(
set -e
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]