File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 .
You can’t perform that action at this time.
0 commit comments