Skip to content

Commit 906fe1b

Browse files
committed
update ManualJavadocsDeploy.sh 3
1 parent 902ed93 commit 906fe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ManualJavadocsDeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "ECHO: git fetch origin gh-pages"
1111
git fetch origin gh-pages
1212

1313
echo "ECHO: Create worktree"
14-
git worktree add ./gh-pages-dir origin/gh-pages
14+
git worktree add -B gh-pages ./gh-pages-dir origin/gh-pages
1515
EXIT_CODE=0
1616
(
1717
set -e

0 commit comments

Comments
 (0)