Skip to content

Commit 30f5f82

Browse files
committed
Add log statement to indicate building with docs profile
1 parent e33bbd2 commit 30f5f82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,10 @@ jobs:
228228
# If branch config contains JDK 8, use docs profile with JDK 8
229229
# Otherwise, use docs profile with JDK 17
230230
if [[ ("${{ matrix.has-jdk8 }}" == "true" && "${{ matrix.java-version }}" == "8") ]] || [[ ("${{ matrix.has-jdk8 }}" == "false" && "${{ matrix.java-version }}" == "17") ]]; then
231-
echo "Building with docs profile"
231+
echo "Building with docs profile, and deploying docs"
232232
./mvnw clean deploy -Pdocs,deploy,spring -B -U
233233
else
234+
echo "Will not add docs profile, docs will not be deployed"
234235
./mvnw clean deploy -Pdeploy,spring -B -U
235236
fi
236237
fi

0 commit comments

Comments
 (0)