dongjoon-hyun edited a comment on pull request #29004:
URL: https://github.com/apache/spark/pull/29004#issuecomment-654476828
Hmm. It seems that we need another GitHub Action jobs for that because the
current `jekyll build` triggers the following which is different from Jenkins.
```
puts "Running 'build/sbt -Pkinesis-asl clean compile unidoc' from " +
pwd + "; this may take a few minutes..."
system("build/sbt -Pkinesis-asl clean compile unidoc") || raise("Unidoc
generation failed")
```
In @HeartSaVioR 's PR, it was the following. I guess it depends on the
PRBuilder configuration at each time.
```
Building Unidoc API Documentation
========================================================================
[info] Building Spark unidoc using SBT with these arguments: -Phadoop-3.2
-Phive-2.3 -Pspark-ganglia-lgpl -Pkubernetes -Pmesos -Phadoop-cloud -Phive
-Phive-thriftserver -Pkinesis-asl -Pyarn unidoc
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]