This commit is contained in:
parent
f58c0cc407
commit
f780447eb1
@ -14,5 +14,8 @@ jobs:
|
|||||||
- run: echo "Install dependencies."
|
- run: echo "Install dependencies."
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt install python3 python3-pip python3-venv make -y
|
- 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: echo "This job's status is ${{ job.status }}."
|
||||||
|
- run: git add .
|
||||||
|
- run: git commit -a -m "Update export statistics"
|
||||||
|
- run: git push
|
||||||
|
Loading…
Reference in New Issue
Block a user