Added guide from meo.pt

This commit is contained in:
freearhey 2021-04-03 00:39:39 +03:00
parent 1459e47d8f
commit 6e3afe0e94
4 changed files with 223 additions and 0 deletions

View file

@ -4,6 +4,21 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
meo_pt:
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/meo.pt.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
tvgid_ua:
runs-on: ubuntu-latest
steps: