Update auto-update.yml

Trying to fix a deploy error
This commit is contained in:
freearhey 2021-04-25 14:03:21 +03:00
parent f7c0c9e219
commit 5c55555ff4

View file

@ -9,14 +9,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/telkussa.fi.config.js run: npx epg-grabber --config=sites/telkussa.fi.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -26,14 +26,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/andorradifusio.ad.config.js run: npx epg-grabber --config=sites/andorradifusio.ad.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -43,14 +43,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/znbc.co.zm.config.js run: npx epg-grabber --config=sites/znbc.co.zm.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -60,14 +60,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/hd-plus.de.config.js run: npx epg-grabber --config=sites/hd-plus.de.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -77,14 +77,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/astro.com.my.config.js run: npx epg-grabber --config=sites/astro.com.my.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -94,14 +94,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/comteco.com.bo.config.js run: npx epg-grabber --config=sites/comteco.com.bo.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -111,14 +111,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/albepg.com.config.js run: npx epg-grabber --config=sites/albepg.com.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -128,14 +128,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/tvtv.ca.config.js run: npx epg-grabber --config=sites/tvtv.ca.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -145,14 +145,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/tvtv.us.config.js run: npx epg-grabber --config=sites/tvtv.us.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -162,14 +162,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/mi.tv.config.js run: npx epg-grabber --config=sites/mi.tv.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -179,14 +179,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/meo.pt.config.js run: npx epg-grabber --config=sites/meo.pt.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -196,14 +196,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/tvgid.ua.config.js run: npx epg-grabber --config=sites/tvgid.ua.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -213,14 +213,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/m.tv.sms.cz.config.js run: npx epg-grabber --config=sites/m.tv.sms.cz.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -230,14 +230,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/cosmote.gr.config.js run: npx epg-grabber --config=sites/cosmote.gr.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -247,14 +247,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/programetv.ro.config.js run: npx epg-grabber --config=sites/programetv.ro.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -264,14 +264,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/programtv.onet.pl.config.js run: npx epg-grabber --config=sites/programtv.onet.pl.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -281,14 +281,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/digiturk.com.tr.config.js run: npx epg-grabber --config=sites/digiturk.com.tr.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -298,14 +298,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/programme-tv.net.config.js run: npx epg-grabber --config=sites/programme-tv.net.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -315,14 +315,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/programacion-tv.elpais.com.config.js run: npx epg-grabber --config=sites/programacion-tv.elpais.com.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -332,14 +332,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/guidatv.sky.it.config.js run: npx epg-grabber --config=sites/guidatv.sky.it.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -349,14 +349,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/ontvtonight.com.config.js run: npx epg-grabber --config=sites/ontvtonight.com.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
@ -366,14 +366,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/tv.yandex.ru.config.js run: npx epg-grabber --config=sites/tv.yandex.ru.config.js
- name: Checkout
uses: actions/checkout@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
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages