gaborkaszab opened a new pull request, #6390: URL: https://github.com/apache/iceberg/pull/6390
Since site/ folder was added to .gitignore the refreshJavadoc task started to fail. The reson is that as a last step it wanted to do a 'git add' on the Javadoc files under site/docs/javadoc/<VERSION> folder, however it couldn't due to site/ being added to gitignore. The Javadoc files anyway were generated successfully. Not adding these files to git is on purpose as they are meant to be copied over to iceberg-docs repo and released from there. So this 'git add' step is removed from the task. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
