Rewrite api:load script

This commit is contained in:
freearhey
2023-10-07 07:19:39 +03:00
parent 3f348fd15d
commit 1f6e1e10e4
9 changed files with 379 additions and 50 deletions

View File

@@ -29,8 +29,6 @@ jobs:
cache: 'npm'
- name: install dependencies
run: npm install
- name: load api data
run: npm run api:load
- name: update internal playlists
run: npm run playlist:update --silent >> $GITHUB_OUTPUT
id: playlist-update