Skip to content

Commit

Permalink
fix: [DevOps] JavaDoc generation (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr authored Sep 9, 2024
1 parent 0cda5c3 commit 9d6b93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: "Create Release"
id: create-release
run: |
tar -caf apidocs-${{ needs.bump-version.outputs.release-version }}.tar.gz -C .targets/target/site/apidocs/ .
tar -caf apidocs-${{ needs.bump-version.outputs.release-version }}.tar.gz -C .targets/target/reports/apidocs/ .
tar -caf release-${{ needs.bump-version.outputs.release-version }}.tar.gz -C .release-artifacts/ .
RELEASE_NAME="rel/${{ needs.bump-version.outputs.release-version }}"
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
rm -rf $TARGET_DIR
mkdir -p $TARGET_DIR
mv ./.targets/target/site/apidocs/* $TARGET_DIR
mv ./.targets/target/reports/apidocs/* $TARGET_DIR
cd ./.cloud-sdk-docs
git add -A .
Expand Down

0 comments on commit 9d6b93f

Please sign in to comment.