From 2c2ee590cd960d05931c9367c5ac481c78787d11 Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Tue, 27 Aug 2024 07:24:57 -0400 Subject: [PATCH] fix(actions): add zoom links to link checker excludes --- .github/workflows/broken-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-checker.yaml b/.github/workflows/broken-link-checker.yaml index fcd6faf0b..d8e356a99 100644 --- a/.github/workflows/broken-link-checker.yaml +++ b/.github/workflows/broken-link-checker.yaml @@ -31,7 +31,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.8.0 with: - args: --exclude http:\/\/cantus\.sk.* ${{ matrix.links }} + args: --exclude http:\/\/cantus\.sk.* --exclude https:\/\/us06web\.zoom\.us* ${{ matrix.links }} format: json output: /tmp/link-checker-output.txt - name: Curating Link Checker Output