Added guide from programetv.ro

This commit is contained in:
freearhey 2021-03-27 14:26:48 +03:00
parent 0edf8ad284
commit f1b17a38e7
4 changed files with 391 additions and 0 deletions

View file

@ -4,6 +4,21 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
programetv_ro:
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/programetv.ro.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
programtv_onet_pl:
runs-on: ubuntu-latest
steps: