mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 03:50:03 -04:00
Added debug mode
This commit is contained in:
parent
f22fe20415
commit
e68602fdd1
4 changed files with 441 additions and 11 deletions
9
.github/workflows/clean.yml
vendored
9
.github/workflows/clean.yml
vendored
|
@ -10,8 +10,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
country:
|
||||
[
|
||||
country: [
|
||||
ad,
|
||||
ae,
|
||||
af,
|
||||
|
@ -167,8 +166,8 @@ jobs:
|
|||
vn,
|
||||
xk,
|
||||
ye,
|
||||
zm,
|
||||
unsorted
|
||||
zm
|
||||
# unsorted
|
||||
]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -176,7 +175,7 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Remove Broken Links
|
||||
run: node scripts/clean.js --country=${{ matrix.country }}
|
||||
run: node scripts/clean.js --country=${{ matrix.country }} --debug
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue