From 8b259cc39c1412bc9ad46dd7c102dd8857b53dfd Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 23 Nov 2024 19:09:06 +0000 Subject: [PATCH] chore: redirect make output to build_output.txt and auto-commit export results --- .gitea/workflows/export.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/export.yaml b/.gitea/workflows/export.yaml index c6bd24f..4299dbf 100644 --- a/.gitea/workflows/export.yaml +++ b/.gitea/workflows/export.yaml @@ -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