Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-10-12 21:51:32 +03:00
parent 3379ae463a
commit c00de53e73

View file

@ -47,7 +47,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Run Grabber - name: Run Grabber
run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.xml --days=${{ matrix.days }} run: node scripts/grab.js --site=${{ matrix.site }} --country=${{ matrix.country }} --days=2 --output=.gh-pages/guides/${{ matrix.country }}/${{ matrix.site }}.epg.xml
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: