mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update _load.yml
This commit is contained in:
5
.github/workflows/_load.yml
vendored
5
.github/workflows/_load.yml
vendored
@@ -20,6 +20,11 @@ jobs:
|
||||
mkdir -p scripts/data
|
||||
curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json
|
||||
- uses: FedericoCarboni/setup-ffmpeg@v1
|
||||
- uses: actions/setup-node@v2
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
node-version: '14'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2
|
||||
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1
|
||||
|
||||
Reference in New Issue
Block a user