Update test.yml

This commit is contained in:
freearhey 2021-04-25 14:23:16 +03:00
parent 55e0b665b7
commit 0326fa2858

View file

@ -9,12 +9,10 @@ jobs:
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Checkout
uses: actions/checkout@v2
with:
ref: gh-pages
- 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: