Skip to content

Commit 542ada5

Browse files
committed
Add workflow
1 parent 8af65c4 commit 542ada5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/javadoc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
id: determine-major-version
4646
run: echo "MAJOR_VERSION=$(jq -r '.version' latest.json | cut -d '.' -f 1)" >> $GITHUB_OUTPUT
4747

48-
- name: "Install project (skip tests)"
49-
run: mvn install -DskipTests --quiet
48+
#- name: "Install project (skip tests)"
49+
# run: mvn install -DskipTests --quiet
5050

5151
- name: "Process sources"
5252
run: mvn process-sources -Drelease --fail-at-end --projects "${PROJECTS}" --quiet
@@ -73,10 +73,10 @@ jobs:
7373
run: |
7474
TARGET_DIR=./.cloud-sdk-docs/static/java-api/v${{ steps.determine-major-version.outputs.MAJOR_VERSION }}
7575
76-
ls -lA
76+
ls -lA target
7777
rm -rf $TARGET_DIR
7878
mkdir -p $TARGET_DIR
79-
mv ${{ steps.javadoc-path.outputs.JAVADOC_DIR }}/* $TARGET_DIR
79+
mv target $TARGET_DIR
8080
8181
cd ./.cloud-sdk-docs
8282
git add -A .

0 commit comments

Comments
 (0)