diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5094c6ea..de8c197f 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -31,7 +31,7 @@ jobs: run: npm install - name: Create Matrix id: set-matrix - run: node scripts/create-matrix.js --exclude=sites/tvprofil.com/* + run: node scripts/create-matrix.js --exclude=sites/tvprofil.com/*,sites/znbc.co.zm/* grab: runs-on: ubuntu-latest needs: create-matrix diff --git a/sites/znbc.co.zm/znbc.co.zm.config.js b/sites/znbc.co.zm/znbc.co.zm.config.js index 20583982..f4eb2520 100644 --- a/sites/znbc.co.zm/znbc.co.zm.config.js +++ b/sites/znbc.co.zm/znbc.co.zm.config.js @@ -1,3 +1,5 @@ +// BUG: site is down + const jsdom = require('jsdom') const { JSDOM } = jsdom const dayjs = require('dayjs')