potiuk commented on code in PR #32495:
URL: https://github.com/apache/airflow/pull/32495#discussion_r1259797098
##########
.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:
```suggestion
git clone https://github.com/apache/airflow-site.git
/workspace/airflow-site &&
```
This might be not the best place to check it out. I think You should use
GITHUB_WORKSPACE as env variable
https://docs.github.com/en/actions/learn-github-actions/variables
--
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]