Added guide from tvgid.ua

This commit is contained in:
freearhey 2021-04-01 01:57:08 +03:00
parent dbb01811f0
commit c2d507e62a
6 changed files with 237 additions and 8 deletions

View file

@ -4,6 +4,21 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
tvgid_ua:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install Dependencies
run: npm install
- name: Run EPG Grabber
run: npx epg-grabber --config=sites/tvgid.ua.config.js
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: .gh-pages
clean: false
m_tv_sms_cz:
runs-on: ubuntu-latest
steps: