With this commit <https://github.com/apache/spark-website/commit/1f275fe7e6ee605165bfed2cb6c5d7d2558d8c4d> a github workflow introduced for the PRs of the *spark-website* repo.
It contains an action to check: - whether the generation was complete (it contains all the generated HTMLs for the last versions of the markdown files) - whether the right version of Jekyll was used On Thu, Feb 18, 2021 at 10:17 AM Attila Zsolt Piros < piros.attila.zs...@gmail.com> wrote: > Hello everybody, > > To pin the exact same version of Jekyll across all the contributors, Ruby > Bundler is introduced. > This way the differences in the generated documentation, which were caused > by using different Jekyll versions, are avoided. > > Regarding its usage this simply means an extra prefix "*bundle exec*" > must be added to call Jekyll, so: > - instead of "jekyll build" please use "*bundle exec jekyll build*" > - instead of "jekyll serve --watch" please use "*bundle exec jekyll serve > --watch*" > > If you are using an earlier Ruby version please install Bundler by "*gem > install bundler*" (as of Ruby 2.6 Bundler is part of core Ruby). > > This applies to both "apache/spark" and "apache/spark-website" > repositories where all the documentations are updated accordingly. > > For details please check the PRs introducing this: > - https://github.com/apache/spark/pull/31559 > - https://github.com/apache/spark-website/pull/303 > > Sincerely, > Attila Piros >