Skip to content

Commit

Permalink
Fix Lychee Link Checker Error (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chu <[email protected]>
  • Loading branch information
noCharger authored Jan 31, 2024
1 parent d289984 commit 48dda0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@master
with:
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"
args: --accept=200,403,429,999 --exclude-mail **/*.html **/*.md **/*.txt --exclude-file .lychee.excludes
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Fail if there were link errors
Expand Down
13 changes: 13 additions & 0 deletions .lychee.excludes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit 48dda0a

Please sign in to comment.