mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update auto-update.yml
This commit is contained in:
parent
8f830182f0
commit
445e90f2a1
1 changed files with 4 additions and 2 deletions
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
|
@ -47,12 +47,12 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Run Grabber
|
||||
run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.epg.xml --days=${{ matrix.days }}
|
||||
run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.xml --days=${{ matrix.days }}
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: .gh-pages
|
||||
path: .gh-pages/guides/${{ matrix.country }}.epg.xml
|
||||
path: .gh-pages/guides/${{ matrix.country }}.xml
|
||||
if-no-files-found: error
|
||||
deploy:
|
||||
needs: grab
|
||||
|
@ -90,6 +90,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: bot/auto-update
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Update Codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue