You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iptv/.github/workflows/main.yml

27 lines
482 B
YAML

6 years ago
name: Generate grouped playlists
on:
push:
branches:
- master
6 years ago
paths:
- 'channels/*'
6 years ago
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
6 years ago
- name: "npm install"
run: npm install
6 years ago
- name: "npm run generate"
run: npm run generate
6 years ago
- name: "git add ."
run: git add .
- name: "git commit -m 'Generated grouped playlists'"
run: git commit -m "Generated grouped playlists"