We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902ed93 commit 906fe1bCopy full SHA for 906fe1b
1 file changed
tools/ManualJavadocsDeploy.sh
@@ -11,7 +11,7 @@ echo "ECHO: git fetch origin gh-pages"
11
git fetch origin gh-pages
12
13
echo "ECHO: Create worktree"
14
-git worktree add ./gh-pages-dir origin/gh-pages
+git worktree add -B gh-pages ./gh-pages-dir origin/gh-pages
15
EXIT_CODE=0
16
(
17
set -e
0 commit comments