PDavid commented on PR #7386: URL: https://github.com/apache/hbase/pull/7386#issuecomment-3402293423
Tested this the following way: Built the site locally by executing the command which yetus runs, then server the site locally via HTTP server: ``` mvn --batch-mode clean site -pl . -Dtest=NoUnitTests -DHBasePatchProcess -Prelease -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true ... cd target/site python3 -m http.server ``` The Maven build log does not contain `[ERROR]` - OK :heavy_check_mark: [site-build.log](https://github.com/user-attachments/files/22907551/site-build.log) The website is functional - no missing JS, CSS, webfont, no error on browser developer console - OK :heavy_check_mark: <img width="3329" height="2923" alt="image" src="https://github.com/user-attachments/assets/48c6c913-8c0f-4567-a440-04e86ebe08ee" /> RefGuide looks good - OK :heavy_check_mark: -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
