Update test.yml

This commit is contained in:
freearhey 2021-04-25 14:13:17 +03:00
parent 94e1838625
commit 55e0b665b7

View file

@ -2,12 +2,22 @@ name: test
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
programme-tv_net: andorradifusio_ad:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2.3.1 uses: actions/checkout@v2
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Checkout
uses: actions/checkout@v2
with:
ref: gh-pages
- name: Run EPG Grabber - 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