Subham-KRLX commented on PR #2157:
URL: https://github.com/apache/sedona/pull/2157#issuecomment-3134542355

   When I worked on the docs build workflow in the GitHub Actions 
.github/workflows/docs.yml file I wanted to ensure that my changes would work 
not only syntactically but also practically. After applying the updates, 
including the JavaDoc copy path I set up my local development environment to 
match the project’s requirements. This involved using the same Java version and 
ensuring that all necessary dependencies were installed. Then I ran the Maven 
command mvn clean install -DskipTests from the project root which builds the 
code and generates the JavaDoc files. After the build I checked the directories 
such as target/site/apidocs to confirm that the documentation was produced as 
expected. I also verified that the paths used in the workflow for copying the 
JavaDoc files existed locally after the build. While I did use AI suggestions 
to assist with the changes I manually reviewed and tested everything to the 
best of my ability. I understand now that local testing may not perfectly mat
 ch the CI environment and I appreciate feedback that helps me align my changes 
more precisely with the project’s structure and workflow. I am happy to provide 
more details on my setup.


-- 
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]

Reply via email to