Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-08-22 21:04:27 +03:00
parent 430d22e7b6
commit 2ce2d1ff6a
1 changed files with 1 additions and 5 deletions

View File

@ -91,10 +91,6 @@ jobs:
- run: npm install
- run: npm run db:update
- run: npm run db:clear
- uses: actions/upload-artifact@v2
with:
name: database
path: scripts/database
- run: npm run db:export
- uses: actions/upload-artifact@v2
with:
@ -102,11 +98,11 @@ jobs:
path: .api
- run: npm run playlist:update
- run: npm run playlist:generate
- run: npm run readme:update
- uses: actions/upload-artifact@v2
with:
name: logs
path: scripts/logs
- run: npm run readme:update
- name: Commit Changes
if: ${{ !env.ACT }}
run: |