mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Update test.yml
This commit is contained in:
parent
94e1838625
commit
55e0b665b7
1 changed files with 13 additions and 3 deletions
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
|
@ -2,12 +2,22 @@ name: test
|
|||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
programme-tv_net:
|
||||
andorradifusio_ad:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: gh-pages
|
||||
- name: Run EPG Grabber
|
||||
run: npx epg-grabber --config=sites/programme-tv.net.config.js -d
|
||||
run: npx epg-grabber --config=sites/andorradifusio.ad.config.js -d
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
clean: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue