jedcunningham commented on code in PR #777:
URL: https://github.com/apache/airflow-site/pull/777#discussion_r1180517836
##########
.github/workflows/build.yml:
##########
@@ -52,21 +62,37 @@ jobs:
with:
hugo-version: '0.91.2'
extended: true
+ - run: |
+ echo "Disk free (df -h)"
+ df -h
- name: 🟢 Install node dependencies
run: ./site.sh install-node-deps
- name: 🐍 Install Python dependencies
run: pip install -r requirements.txt
+ - run: |
+ echo "Disk free (df -h)"
+ df -h
- name: 🔎 Lint
uses:
apache/airflow-pre-commit-action@0764670bf370aab253130d534e1eda7ff497dc60 #
v2.0.0
- name: 🔧 Build site
run: ./site.sh build-site
+ - run: |
+ echo "Disk free (df -h)"
+ df -h
+ - run: |
+ rm -rf ./docs-archive/*
+ echo "These files have been deleted as they are no longer needed
after the site is built in the above step"
Review Comment:
This part LGTM! Let's PR this!
--
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]