Added guide from programacion-tv.elpais.com

This commit is contained in:
freearhey 2021-03-19 18:41:21 +03:00
parent c1ecd8ff34
commit a48c24827f
4 changed files with 213 additions and 0 deletions

View file

@ -19,6 +19,21 @@ jobs:
branch: gh-pages
folder: .gh-pages
clean: false
programacion-tv.elpais.com:
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/programacion-tv.elpais.com.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
mediaset_it:
runs-on: ubuntu-latest
steps: