Update auto-update.yml
This commit is contained in:
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…
Reference in New Issue