From 8a1ed9babf4562fbf06b40fdd6311d9e485c90e1 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 17 Dec 2020 09:12:23 +0000 Subject: [PATCH] Ignore lancaster article --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 353c641..67d6383 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,7 +14,7 @@ jobs: id: lc with: # Only check external links - args: -v -x "^[^:]+$|^https://uk\.farnell\.com/|^https://www\.kitronik\.co\.uk/pdf/bbc_microbit_mechanical_datasheet_V2\.pdf$" -d . -t 30 -r * + args: -v -x "^[^:]+$|^https://uk\.farnell\.com/|^https://www\.kitronik\.co\.uk/pdf/bbc_microbit_mechanical_datasheet_V2\.pdf|^https://www\.lancaster\.ac\.uk/news/articles/2016/lancaster-university-helps-bbc-get-kids-coding/$" -d . -t 30 -r * - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2 with: