Remove guide from znbc.co.zm

This commit is contained in:
Aleksandr Statciuk 2021-10-31 21:57:22 +03:00
parent 575f2f1cee
commit 1bf38f9c5a
2 changed files with 3 additions and 1 deletions

View file

@ -31,7 +31,7 @@ jobs:
run: npm install run: npm install
- name: Create Matrix - name: Create Matrix
id: set-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: grab:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: create-matrix needs: create-matrix

View file

@ -1,3 +1,5 @@
// BUG: site is down
const jsdom = require('jsdom') const jsdom = require('jsdom')
const { JSDOM } = jsdom const { JSDOM } = jsdom
const dayjs = require('dayjs') const dayjs = require('dayjs')