Skip to content

Commit 8714b2c

Browse files
committed
Nope, even more documentation updates
1 parent 425e55e commit 8714b2c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/documentation.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ PROJECTS=" \
88
cloudfoundry-operations \
99
cloudfoundry-util"
1010

11+
git clone cf-java-client-documentation updated-cf-java-client-documentation
12+
1113
pushd cf-java-client
1214
./mvnw -q javadoc:javadoc
1315
VERSION=$(./mvnw help:evaluate -Dexpression=project.version | grep -v '\[' | grep -v 'Download')
1416
popd
1517

1618
for PROJECT in $PROJECTS ; do
1719
SOURCE=cf-java-client/$PROJECT/target/site/apidocs
18-
TARGET=cf-java-client-documentation/api/$VERSION/$PROJECT
20+
TARGET=updated-cf-java-client-documentation/api/$VERSION/$PROJECT
1921

2022
if [[ -e $SOURCE ]]; then
2123
echo Copying $SOURCE to $TARGET

ci/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ inputs:
66
- name: cf-java-client
77
- name: cf-java-client-documentation
88

9+
outputs:
10+
- name: updated-cf-java-client-documentation
11+
912
run:
1013
path: cf-java-client/ci/documentation.sh

0 commit comments

Comments
 (0)