Added guide from telkussa.fi

This commit is contained in:
freearhey 2021-04-25 00:37:02 +03:00
parent 7f6bc90ec3
commit bb1274499c
4 changed files with 109 additions and 0 deletions

View file

@ -4,6 +4,23 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
telkussa_fi:
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/telkussa.fi.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
andorradifusio_ad:
runs-on: ubuntu-latest
steps: