Update generate.yml

This commit is contained in:
Ramspopoo
2023-10-30 15:37:29 +01:00
committed by GitHub
parent e9e9e46192
commit aca3de79ef

View File

@@ -27,7 +27,7 @@ jobs:
apk add --no-cache bash curl tar
npm ci
- name: generate
run: npm run grab -- --site=tv.blue.ch --lang=de --days=7 --output=dist/guide.xml
run: npx epg-grabber --config=sites/tv.blue.ch/tv.blue.ch.config.js --channels=sites/tv.blue.ch/tv.blue.ch.channels.xml --output=dist/guide.xml --days=7
- name: upload artifact
uses: actions/upload-pages-artifact@v2
with: