From 80be1a9700af8ab188195811320cf4948f6f0db7 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 25 Apr 2021 14:29:32 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2936f025..99ddb43e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,22 @@ name: test on: workflow_dispatch: jobs: - andorradifusio_ad: + andorradifusio_ad1: + 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 + andorradifusio_ad2: runs-on: ubuntu-latest steps: - name: Checkout @@ -11,8 +26,6 @@ jobs: run: npm install - name: Run EPG Grabber run: npx epg-grabber --config=sites/andorradifusio.ad.config.js -d - - name: Fetch branch - run: git fetch origin gh-pages - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.1 with: