This is an automated email from the ASF dual-hosted git repository. mthakur pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git
commit 3e96942e2d6c2663db50c6816e93007df3089fe6 Author: Mukund Thakur <mtha...@cloudera.com> AuthorDate: Wed Nov 13 12:57:52 2024 -0600 Improving asf-site release steps --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fffae59..d99c13f 100644 --- a/README.md +++ b/README.md @@ -831,6 +831,11 @@ ln -s r3.3.5 stable3 # review new status ls -l ``` +Run `hugo` to build the site and verify. Follow the doc +https://cwiki.apache.org/confluence/display/HADOOP/How+to+generate+and+push+ASF+web+site +NOTE: On some setups `hugo server` command to test locally may change the links to localhost. +In that case, create a commit first before running `hugo server` command and verify the links +on https://hadoop.apache.org/ after pushing the changes to the remote asf-site. Finally, *commit* --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org