westonpace opened a new pull request #26: URL: https://github.com/apache/arrow-cookbook/pull/26
Right now the deploy operation checks out the current gh-pages branch, does a `git add *` to update it, and then pushes it. However, this has some downsides, most of which could be worked around with more complexity: * If files are removed they won't disappear from gh-pages. * If binary files (e.g. images, test data) change often they can clutter up the git repo (this is kind of an argument against any impl of gh-pages though) * If no files changed it can fail the build because the commit / push will fail An alternative method is to just force push a brand new branch with a single commit every single time which is what this PR does. -- 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]
