Created workflow

pull/277/head
Aleksandr Statciuk 6 years ago committed by GitHub
parent e2a47b6612
commit 6af51d9349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
name: Generate grouped playlists
on:
push:
branches:
- master
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "npm run generate"
run: npm run generate
Loading…
Cancel
Save