nchammas commented on code in PR #44627:
URL: https://github.com/apache/spark/pull/44627#discussion_r1445548531
##########
.github/workflows/build_and_test.yml:
##########
@@ -761,6 +761,9 @@ jobs:
run: ./dev/lint-r
- name: Run documentation build
run: |
+ # Build docs first with SKIP_API to ensure they are buildable without
requiring any
+ # language docs to be built beforehand.
+ cd docs; SKIP_API=1 bundle exec jekyll build; cd ..
Review Comment:
Correct. This adds around 5 seconds to the "Run documentation build" step.
--
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]