Update auto-update.yml

pull/8181/head^2
Aleksandr Statciuk 3 years ago
parent 430d22e7b6
commit 2ce2d1ff6a

@ -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: |

Loading…
Cancel
Save