From bd268b1edf47d850ff8b84fbf61ebba5b42fdc15 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Thu, 5 Oct 2023 19:08:28 +0000 Subject: [PATCH] Ignoring the javadoc.io link till it is fixed Signed-off-by: Vacha Shah --- .github/workflows/links.yml | 2 +- .lychee.excludes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .lychee.excludes diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index f5d2b8dd6e..e4e9637b8b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -13,7 +13,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.5.0 with: - args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-mail + args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file .lychee.excludes --exclude-mail fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.lychee.excludes b/.lychee.excludes new file mode 100644 index 0000000000..10c7e30743 --- /dev/null +++ b/.lychee.excludes @@ -0,0 +1 @@ +https://www.javadoc.io/doc/org.opensearch.client/opensearch-java/latest/index.html