amoghrajesh commented on code in PR #32495:
URL: https://github.com/apache/airflow/pull/32495#discussion_r1260556103
##########
.github/workflows/ci.yml:
##########
@@ -631,6 +631,15 @@ jobs:
docs-inventory-
- name: "Build docs"
run: breeze build-docs ${{
needs.build-info.outputs.docs-filter-list-as-string }}
+ - name: "Clone airflow-site"
+ run: >
+ git clone https://github.com/apache/airflow-site.git
${GITHUB_WORKSPACE}/airflow-site &&
+ echo "AIRFLOW_SITE_DIRECTORY=${GITHUB_WORKSPACE}/airflow-site" >>
"$GITHUB_ENV"
+ - name: "Publish docs"
+ run: >
+ breeze release-management publish-docs
+ --override-versioned
+ --package-filter ${{
needs.build-info.outputs.docs-filter-list-as-string }}
Review Comment:
Oh makes sense. Making the changes
--
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]