We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4f78e commit 902ed93Copy full SHA for 902ed93
tools/ManualJavadocsDeploy.sh
@@ -19,6 +19,9 @@ EXIT_CODE=0
19
mkdir -p "$TARGET_PATH"
20
cp -a target/site/apidocs/. "$TARGET_PATH/"
21
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"
25
git add "docs/$TAG_NAME"
26
27
if git diff --staged --quiet; then
0 commit comments