Skip to content

Commit 48dda0a

Browse files
authored
Fix Lychee Link Checker Error (#236)
Signed-off-by: Louis Chu <[email protected]>
1 parent d289984 commit 48dda0a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/link-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: lychee
1919
uses: lycheeverse/lychee-action@master
2020
with:
21-
args: --accept=200,403,429,999 "./**/*.html" "./**/*.md" "./**/*.txt" --exclude "https://aws.oss.sonatype.*" "http://localhost*" "https://localhost" "https://odfe-node1:9200/" "https://community.tableau.com/docs/DOC-17978" ".*family.zzz" "https://pypi.python.org/pypi/opensearchsql/" "opensearch*" ".*@amazon.com" ".*email.com" "[email protected]" "http://timestamp.verisign.com/scripts/timstamp.dll" ".*/PowerBIConnector/bin/Release"
21+
args: --accept=200,403,429,999 --exclude-mail **/*.html **/*.md **/*.txt --exclude-file .lychee.excludes
2222
env:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
- name: Fail if there were link errors

.lychee.excludes

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
https://aws.oss.sonatype.*
2+
http://localhost.*
3+
https://localhost.*
4+
https://odfe-node1:9200/.*
5+
https://community.tableau.com/docs/DOC-17978
6+
.*family.zzz
7+
https://pypi.python.org/pypi/opensearchsql/.*
8+
opensearch.*
9+
.*@amazon.com
10+
.*email.com
11+
12+
http://timestamp.verisign.com/scripts/timstamp.dll.*
13+
.*\/PowerBIConnector\/bin\/Release

0 commit comments

Comments
 (0)