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


##########
.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 
/workspace/airflow-site &&

Review Comment:
   (depending on self-hosted/public the directory might be different and 
permissions might not be available to write to `/workspace` directory).



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