mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update test.yml
This commit is contained in:
parent
81a7acf16c
commit
2a8ffe05aa
1 changed files with 1 additions and 23 deletions
24
.github/workflows/test.yml
vendored
24
.github/workflows/test.yml
vendored
|
@ -2,7 +2,7 @@ name: test
|
|||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
andorradifusio_ad1:
|
||||
andorradifusio_ad:
|
||||
concurrency: sync
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -12,25 +12,3 @@ jobs:
|
|||
run: npm install
|
||||
- name: Run EPG Grabber
|
||||
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
|
||||
andorradifusio_ad2:
|
||||
concurrency: sync
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Run EPG Grabber
|
||||
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