You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/07 15:23:03 UTC

[GitHub] [beam] TheNeuralBit commented on a change in pull request #16327: [BEAM-12777] Stable URL for current API docs

TheNeuralBit commented on a change in pull request #16327:
URL: https://github.com/apache/beam/pull/16327#discussion_r820811880



##########
File path: release/src/main/scripts/build_release_candidate.sh
##########
@@ -380,9 +380,11 @@ if [[ $confirmation = "y" ]]; then
 
   echo "..........Copying generated javadoc into beam-site.........."
   cp -r ${GENERATE_JAVADOC} javadoc/${RELEASE}
+  cp -r ${GENERATE_JAVADOC} javadoc/current

Review comment:
       Should this clear the `current` directory first? I think this could leave pages for objects that were removed.
   
   We also might consider just making `current` a symlink instead.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org