From 2a8ffe05aa46006d4a681988cc6ae5f1ba781775 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 25 Apr 2021 15:54:12 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d98d8391..64dea844 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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