mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update auto-update.yml
Trying to fix a deploy error
This commit is contained in:
parent
f7c0c9e219
commit
5c55555ff4
1 changed files with 66 additions and 66 deletions
132
.github/workflows/auto-update.yml
vendored
132
.github/workflows/auto-update.yml
vendored
|
@ -9,14 +9,14 @@ jobs:
|
|||
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: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -26,14 +26,14 @@ jobs:
|
|||
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: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -43,14 +43,14 @@ jobs:
|
|||
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/znbc.co.zm.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -60,14 +60,14 @@ jobs:
|
|||
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/hd-plus.de.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -77,14 +77,14 @@ jobs:
|
|||
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/astro.com.my.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -94,14 +94,14 @@ jobs:
|
|||
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/comteco.com.bo.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -111,14 +111,14 @@ jobs:
|
|||
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/albepg.com.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -128,14 +128,14 @@ jobs:
|
|||
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/tvtv.ca.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -145,14 +145,14 @@ jobs:
|
|||
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/tvtv.us.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -162,14 +162,14 @@ jobs:
|
|||
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/mi.tv.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -179,14 +179,14 @@ jobs:
|
|||
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/meo.pt.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -196,14 +196,14 @@ jobs:
|
|||
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/tvgid.ua.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -213,14 +213,14 @@ jobs:
|
|||
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/m.tv.sms.cz.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -230,14 +230,14 @@ jobs:
|
|||
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/cosmote.gr.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -247,14 +247,14 @@ jobs:
|
|||
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/programetv.ro.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -264,14 +264,14 @@ jobs:
|
|||
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/programtv.onet.pl.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -281,14 +281,14 @@ jobs:
|
|||
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/digiturk.com.tr.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -298,14 +298,14 @@ jobs:
|
|||
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/programme-tv.net.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -315,14 +315,14 @@ jobs:
|
|||
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/programacion-tv.elpais.com.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -332,14 +332,14 @@ jobs:
|
|||
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/guidatv.sky.it.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -349,14 +349,14 @@ jobs:
|
|||
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/ontvtonight.com.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
@ -366,14 +366,14 @@ jobs:
|
|||
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/tv.yandex.ru.config.js
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue