Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-01-15 17:00:40 +03:00
parent 06435776a1
commit e83dec7881

View file

@ -84,6 +84,10 @@ jobs:
with:
name: logs
path: scripts/logs
- uses: actions/upload-artifact@v2
with:
name: gh-pages
path: .gh-pages
- run: node scripts/commands/update-readme.js
- run: git add README.md
- run: git commit -m "[Bot] Update README.md"