Added guide from andorradifusio.ad

This commit is contained in:
freearhey 2021-04-24 20:29:06 +03:00
parent fa65a60aed
commit 7f6bc90ec3
4 changed files with 75 additions and 0 deletions

View file

@ -4,6 +4,23 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
andorradifusio_ad:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies
run: npm install
- name: Run EPG Grabber
run: npx epg-grabber --config=sites/andorradifusio.ad.config.js
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: .gh-pages
clean: false
znbc_co_zm:
runs-on: ubuntu-latest
steps: