mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Added guide from guidatv.sky.it
This commit is contained in:
15
.github/workflows/auto-update.yml
vendored
15
.github/workflows/auto-update.yml
vendored
@@ -34,6 +34,21 @@ jobs:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
clean: false
|
||||
guidatv_sky_it:
|
||||
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/guidatv.sky.it.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
|
||||
mediaset_it:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user