|
|
@ -90,17 +90,18 @@ jobs:
|
|
|
|
path: scripts/logs
|
|
|
|
path: scripts/logs
|
|
|
|
- run: npm install
|
|
|
|
- run: npm install
|
|
|
|
- run: npm run db:update
|
|
|
|
- run: npm run db:update
|
|
|
|
|
|
|
|
- run: npm run db:clear
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: database
|
|
|
|
name: database
|
|
|
|
path: scripts/database
|
|
|
|
path: scripts/database
|
|
|
|
- run: npm run playlist:update
|
|
|
|
|
|
|
|
- run: npm run playlist:generate
|
|
|
|
|
|
|
|
- run: npm run db:export
|
|
|
|
- run: npm run db:export
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: api
|
|
|
|
name: api
|
|
|
|
path: .api
|
|
|
|
path: .api
|
|
|
|
|
|
|
|
- run: npm run playlist:update
|
|
|
|
|
|
|
|
- run: npm run playlist:generate
|
|
|
|
- run: npm run readme:update
|
|
|
|
- run: npm run readme:update
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|