Update auto-update.yml
This commit is contained in:
parent
e345be44ba
commit
e2ab794e5a
|
@ -90,17 +90,18 @@ jobs:
|
|||
path: scripts/logs
|
||||
- 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 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 playlist:update
|
||||
- run: npm run playlist:generate
|
||||
- run: npm run readme:update
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue