Skip to content

Commit 37be061

Browse files
committed
link checker configuration #2
1 parent 621f02a commit 37be061

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/documentation-link-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
uses: lycheeverse/lychee-action@master # to be removed once --accept-timeouts got released
1818
with:
1919
fail: true
20-
args: --accept-timeouts --accept 200,403,500 -c docs/web/lychee.toml -n docs/web/docs/
20+
args: --accept-timeouts --accept 200,403,429,500 -c docs/web/lychee.toml -n docs/web/docs/
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/web/lychee.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Maximum number of allowed redirects.
22
max_redirects = 20
33

4-
# Accepting Error 429 "Too Many Requests"
5-
accept = ['200', '429']
6-
74
# Proceed for server connections considered insecure (invalid TLS).
85
insecure = true
96

0 commit comments

Comments
 (0)