Skip to content

Commit

Permalink
add canonical link into javadocs when releasing javadoc (apache#29473)
Browse files Browse the repository at this point in the history
* add canonical link into javadocs when releasing javadoc

* fixed the link
  • Loading branch information
liferoad authored and Naireen committed Jan 3, 2024
1 parent c652709 commit f11d2bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ jobs:
working-directory: beam
run: |
./gradlew :sdks:java:javadoc:aggregateJavadoc -PisRelease --no-daemon --no-parallel
- name: Add canonical link into javadocs
uses: cicirello/javadoc-cleanup@v1
with:
path-to-root: ${BEAM_ROOT_DIR}/sdks/java/javadoc/build/docs/javadoc
base-url-path: https://beam.apache.org/releases/javadoc/current/
- name: Consolidate Release Docs to beam-site branch with symlinks
working-directory: beam-site
run: |
Expand Down

0 comments on commit f11d2bb

Please sign in to comment.