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