Skip to content

Commit

Permalink
Merge pull request #1620 from dchiller/i1617-link-checker-fix
Browse files Browse the repository at this point in the history
Add zoom links to link checker exclusions
  • Loading branch information
dchiller authored Aug 30, 2024
2 parents 22a048d + 2c2ee59 commit 8dd5e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
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
Expand Down

0 comments on commit 8dd5e3c

Please sign in to comment.