potiuk commented on code in PR #32495:
URL: https://github.com/apache/airflow/pull/32495#discussion_r1259589176


##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -405,6 +410,46 @@ def build_docs(
     sys.exit(process.returncode)
 
 
[email protected](name="publish-docs")
[email protected]("-d", "--disable-checks", help="Disables extra checks.", 
is_flag=True)
[email protected]("-s", "--override-versioned", help="Overrides versioned 
directories.", is_flag=True)
[email protected](
+    "-s", "--airflow-site-directory", help="Local directory path of cloned 
airflow-site repo.", required=True
+)

Review Comment:
   Adding envvar `AIRFLOW_SITE_DIRECTORY` here will make it possible to  nicely 
integrate with 
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md#publish-documentation
 and others - then the release manger will not have to to set the 
`--airlfow-site-directory` manually - it will be taken directly from the 
environment variable
   
   



-- 
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]

Reply via email to