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