Update test.yml

This commit is contained in:
freearhey 2021-04-25 15:54:12 +03:00
parent 81a7acf16c
commit 2a8ffe05aa

View file

@ -2,7 +2,7 @@ name: test
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
andorradifusio_ad1: andorradifusio_ad:
concurrency: sync concurrency: sync
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -12,25 +12,3 @@ jobs:
run: npm install run: npm install
- name: Run EPG Grabber - name: Run EPG Grabber
run: npx epg-grabber --config=sites/andorradifusio.ad.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
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