Update generate.yml
This commit is contained in:
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
apk add --no-cache bash curl tar
|
apk add --no-cache bash curl tar
|
||||||
npm ci
|
npm ci
|
||||||
- name: generate
|
- 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
|
- name: upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user