gopidesupavan commented on PR #54852:
URL: https://github.com/apache/airflow/pull/54852#issuecomment-3215870701
> cc: @potiuk @gopidesupavan I am pretty sure the changes are like this, but
I couldn't test e2e locally the `breeze build-docs apache-airflow-ctl` which
should generate the doc and be used within publish doc CI. Meaning that I ran
everything green but couldn't find the airflow-ctl or any docs anywhere. Maybe
I am missing something 🤔
Yes this is bit tricky to test from local end to end.
In CI it does following:
1. It prepares documentation
2. then it publishes to local folder using: `breeze release-management
publish-docs --override-versioned --run-in-parallel ${INCLUDE_DOCS}` -> refer
this workflow
https://github.com/apache/airflow/blob/main/.github/workflows/publish-docs-to-s3.yml#L289
3. Then finally it syncs to s3 ->
https://github.com/apache/airflow/blob/main/.github/workflows/publish-docs-to-s3.yml#L368
If the publish is to staging website then it adds watermark before s3 sync.
--
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]