mirror of
https://github.com/apache/airflow.git
synced 2026-03-26 15:28:46 +00:00
The #62264 changed the build docs process to use current commit for workflows/scripts to support building docs for Airflow 2, however it broke building commit docs from history because fetch depth was set to 1 (default) - but it should be 0 to fetch all history.