nchammas commented on PR #696: URL: https://github.com/apache/spark-website/pull/696#issuecomment-4784662839
We could leave it all on one branch like it is right now and just have Actions build the site for us. It doesn't solve the problem of diff noise, however. But if we want a more conservative approach, we could do that. Better would be to split the source from the rendered output on two separate branches so that a PR like this has a proper diff illustrating my actual source changes, without the added noise of the rendered output diff. Specifically, for this PR: - My changes to the source: bd331d6deb1e475c4ec457fce73079ea516a1fea, +27, -52 - The changes to the rendered output: 1b5753a7cdfd0ab552f1eb939f88d84ea62aef69, +1,633, -1,364 With one branch these diffs will always be mixed together. With two branches, we can keep them totally separate. -- 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]
