Skip to content

Commit 86cf0f5

Browse files
authored
Exclude some domains from link checker
Relates to #318
1 parent a92331d commit 86cf0f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_links.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/checkout@v2
2121
- name: Check links
2222
uses: lycheeverse/[email protected]
23+
with:
24+
args: --exclude mailman.cgd.ucar.edu --exclude cfeditor.ceda.ac.uk
2325

2426
- name: Upload report
2527
if: ${{ always() }}

0 commit comments

Comments
 (0)