From 681fa4087dd191d2a2c7212ef4c29803fe9b8df1 Mon Sep 17 00:00:00 2001 From: dionysuz <13951458+dionysuzx@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:39:41 -0500 Subject: [PATCH 1/4] Improve link checking --- .github/workflows/repo--check-links.yml | 2 +- lychee.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo--check-links.yml b/.github/workflows/repo--check-links.yml index 2c85b712486..44be99f6d9a 100644 --- a/.github/workflows/repo--check-links.yml +++ b/.github/workflows/repo--check-links.yml @@ -17,4 +17,4 @@ jobs: - name: Check links uses: lycheeverse/lychee-action@v2 with: - args: --no-progress --verbose --max-retries 3 --retry-delay 2 --exclude "etherscan.io" --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3' '**/README.md' + args: --no-progress --verbose "**/README.md" diff --git a/lychee.toml b/lychee.toml index c95a4fac4cd..9ba6633e075 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1 +1,2 @@ exclude_path = ["node_modules"] +exclude = ["etherscan.io"] From 3c9ac3d4bb7384ff11b0dc0c888a9e9f572d936c Mon Sep 17 00:00:00 2001 From: dionysuz <13951458+dionysuzx@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:40:37 -0500 Subject: [PATCH 2/4] trigger --- .github/workflows/repo--check-links.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repo--check-links.yml b/.github/workflows/repo--check-links.yml index 44be99f6d9a..a1d07bf7eb7 100644 --- a/.github/workflows/repo--check-links.yml +++ b/.github/workflows/repo--check-links.yml @@ -2,9 +2,9 @@ name: Check links on: push: - paths: - - "**/README.md" - - docs/** + # paths: + # - "**/README.md" + # - docs/** jobs: check-links: From 0c1271c5cfa445122bf2e6387f5b570354fca7ba Mon Sep 17 00:00:00 2001 From: dionysuz <13951458+dionysuzx@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:41:41 -0500 Subject: [PATCH 3/4] test --- lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 9ba6633e075..2817cdcde14 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,2 +1,2 @@ exclude_path = ["node_modules"] -exclude = ["etherscan.io"] +# exclude = ["etherscan.io"] From f3afcafa05f6b5a819bc7a1082e867a4afecc5bf Mon Sep 17 00:00:00 2001 From: dionysuz <13951458+dionysuzx@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:43:49 -0500 Subject: [PATCH 4/4] cleanup --- .github/workflows/repo--check-links.yml | 6 +++--- lychee.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/repo--check-links.yml b/.github/workflows/repo--check-links.yml index a1d07bf7eb7..44be99f6d9a 100644 --- a/.github/workflows/repo--check-links.yml +++ b/.github/workflows/repo--check-links.yml @@ -2,9 +2,9 @@ name: Check links on: push: - # paths: - # - "**/README.md" - # - docs/** + paths: + - "**/README.md" + - docs/** jobs: check-links: diff --git a/lychee.toml b/lychee.toml index 2817cdcde14..9ba6633e075 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,2 +1,2 @@ exclude_path = ["node_modules"] -# exclude = ["etherscan.io"] +exclude = ["etherscan.io"]