Update main.yml
This commit is contained in:
parent
f6f74b893c
commit
591e214f8d
|
@ -18,3 +18,9 @@ jobs:
|
|||
|
||||
- name: "npm run generate"
|
||||
run: npm run generate
|
||||
|
||||
- name: "git add ."
|
||||
run: git add .
|
||||
|
||||
- name: "git commit -m 'Generated grouped playlists'"
|
||||
run: git commit -m "Generated grouped playlists"
|
||||
|
|
Loading…
Reference in New Issue