Skip to content

Commit 902ed93

Browse files
committed
update ManualJavadocsDeploy.sh 2
1 parent ca4f78e commit 902ed93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ManualJavadocsDeploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ EXIT_CODE=0
1919
mkdir -p "$TARGET_PATH"
2020
cp -a target/site/apidocs/. "$TARGET_PATH/"
2121
cd gh-pages-dir
22+
echo "ECHO: git pull origin gh-pages --rebase"
23+
git pull origin gh-pages --rebase
24+
echo "ECHO: git add docs/$TAG_NAME"
2225
git add "docs/$TAG_NAME"
2326

2427
if git diff --staged --quiet; then

0 commit comments

Comments
 (0)