kaxil commented on code in PR #1055:
URL: https://github.com/apache/airflow-site/pull/1055#discussion_r1719142907
##########
.github/workflows/build.yml:
##########
@@ -47,8 +47,14 @@ jobs:
submodules: recursive
lfs: true
fetch-depth: 1
+ - name: Create /mnt/airflow-site directory
+ run: sudo mkdir -p /mnt/airflow-site
+ - name: Move repository to /mnt
+ run: |
+ sudo mv /home/runner/work/airflow-site/airflow-site /mnt/airflow-site
Review Comment:
```suggestion
sudo mv /home/runner/work/airflow-site/airflow-site
/mnt/airflow-site
- name: Set working directory to /mnt/airflow-site
working-directory: /mnt/airflow-site
run: echo "Working directory set to /mnt/airflow-site"
```
--
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]