uranusjr commented on code in PR #69434:
URL: https://github.com/apache/airflow/pull/69434#discussion_r3526917231
##########
.github/workflows/publish-docs-to-s3.yml:
##########
@@ -518,10 +540,12 @@ jobs:
- name: "Publish docs to /mnt/airflow-site directory using ${{
inputs.ref }} reference breeze"
env:
INCLUDE_DOCS: ${{ needs.build-info.outputs.include-docs }}
- JAVA_SDK_DOCS: ${{ needs.build-java-sdk-docs.outputs.built == 'true'
&& 'java-sdk' || '' }}
+ # java-sdk needs no extra argument: an explicit package list already
names it, and a
+ # full build (empty INCLUDE_DOCS) publishes every doc package, where
publish-docs
+ # skips java-sdk gracefully when its Javadoc was not staged.
Review Comment:
```suggestion
```
--
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]