Updated readme.

Compile

Success

Set up job1s
Check out repository code2s
List files in the repository0s
echo "Install dependencies."0s
apt update5s
apt install python3 python3-pip python3-venv make -y14s
make6m26s
echo "This job's status is ${{ job.status }}."0s
git add .0s
git config --global user.email "bot@molodetz.com"0s
git config --global user.name "bot"0s
git commit -a -m "Update export statistics"0s
git push1s
Complete job2s