Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk
2022-08-10 04:39:14 +03:00
parent b3e146385c
commit 6e8344b7cf

View File

@@ -97,6 +97,10 @@ jobs:
- run: npm run playlist:update
- run: npm run playlist:generate
- run: npm run db:export
- uses: actions/upload-artifact@v2
with:
name: api
path: .api
- run: npm run readme:update
- uses: actions/upload-artifact@v2
with: