chore: redirect make output to build_output.txt and auto-commit export results

This commit is contained in:
retoor 2024-11-23 19:09:06 +00:00
parent 26d883e0cb
commit 8b259cc39c

View File

@ -14,5 +14,8 @@ jobs:
- run: echo "Install dependencies."
- run: apt update
- run: apt install python3 python3-pip python3-venv make -y
- run: make
- run: make > build_output.txt
- run: echo "This job's status is ${{ job.status }}."
- run: git add .
- run: git commit -a -m "Update export statistics"
- run: git push