Added guide from digiturk.com.tr

This commit is contained in:
freearhey 2021-03-22 14:16:59 +03:00
parent 2f1ab4b3c9
commit 0d32c46e3e
4 changed files with 180 additions and 1 deletions

View file

@ -4,6 +4,21 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
digiturk_com_tr:
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/digiturk.com.tr.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
programme-tv_net:
runs-on: ubuntu-latest
steps:
@ -12,7 +27,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Run EPG Grabber
run: npx epg-grabber --config=sites/programme-tv.net.config.js --debug
run: npx epg-grabber --config=sites/programme-tv.net.config.js
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
with: