mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update auto-update.yml
This commit is contained in:
parent
7856deb994
commit
5e980bb43a
1 changed files with 38 additions and 27 deletions
65
.github/workflows/auto-update.yml
vendored
65
.github/workflows/auto-update.yml
vendored
|
@ -8,34 +8,32 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
|
||||||
site:
|
|
||||||
[
|
|
||||||
telkussa.fi,
|
|
||||||
andorradifusio.ad,
|
|
||||||
znbc.co.zm,
|
|
||||||
hd-plus.de,
|
|
||||||
astro.com.my,
|
|
||||||
comteco.com.bo,
|
|
||||||
albepg.com,
|
|
||||||
mi.tv,
|
|
||||||
meo.pt,
|
|
||||||
tvgid.ua,
|
|
||||||
m.tv.sms.cz,
|
|
||||||
cosmote.gr,
|
|
||||||
programetv.ro,
|
|
||||||
programtv.onet.pl,
|
|
||||||
digiturk.com.tr,
|
|
||||||
programme-tv.net,
|
|
||||||
programacion-tv.elpais.com,
|
|
||||||
guidatv.sky.it,
|
|
||||||
ontvtonight.com,
|
|
||||||
tv.yandex.ru,
|
|
||||||
tvtv.ca,
|
|
||||||
tvtv.us
|
|
||||||
]
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 2
|
matrix:
|
||||||
|
site: [
|
||||||
|
telkussa.fi,
|
||||||
|
andorradifusio.ad
|
||||||
|
# znbc.co.zm,
|
||||||
|
# hd-plus.de,
|
||||||
|
# astro.com.my,
|
||||||
|
# comteco.com.bo,
|
||||||
|
# albepg.com,
|
||||||
|
# mi.tv,
|
||||||
|
# meo.pt,
|
||||||
|
# tvgid.ua,
|
||||||
|
# m.tv.sms.cz,
|
||||||
|
# cosmote.gr,
|
||||||
|
# programetv.ro,
|
||||||
|
# programtv.onet.pl,
|
||||||
|
# digiturk.com.tr,
|
||||||
|
# programme-tv.net,
|
||||||
|
# programacion-tv.elpais.com,
|
||||||
|
# guidatv.sky.it,
|
||||||
|
# ontvtonight.com,
|
||||||
|
# tv.yandex.ru,
|
||||||
|
# tvtv.ca,
|
||||||
|
# tvtv.us
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -43,6 +41,19 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run EPG Grabber
|
- name: Run EPG Grabber
|
||||||
run: npx epg-grabber --config=sites/${{ matrix.site }}.config.js
|
run: npx epg-grabber --config=sites/${{ matrix.site }}.config.js
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: .gh-pages/guides
|
||||||
|
path: .gh-pages/guides/${{ matrix.site }}.guide.xml
|
||||||
|
deploy:
|
||||||
|
needs: grab
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Download Artifacts
|
||||||
|
uses: actions/download-artifact@v2
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue