Skip to content

Commit d1f7ad6

Browse files
committed
fixed some links 403 error
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent c6e65c6 commit d1f7ad6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/broken-link-checker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@ jobs:
2727
- name: Check Broken Links with Muffet
2828
# Exclude any links that direct to the documentation or release notes of the non-latest version to limit the scanning to target to that of the latest version.
2929
run: |
30-
docker run raviqqe/muffet:2.11.0 \
30+
docker run raviqqe/muffet:2.11.0 -v \
3131
--max-response-body-size=100000000 \
3232
--header="User-Agent: curl/8.7.1" \
3333
--header="Accept: */*" \
3434
--rate-limit=1 \
35+
--accepted-status-codes="200..300,403" \
3536
--ignore-fragments \
3637
--skip-tls-verification \
3738
--max-connections-per-host=1 \
38-
--timeout=20 \
39+
--timeout=120 \
3940
--buffer-size=2147483647 \
4041
--color=always \
4142
--exclude="^(https:\/\/hyperledger-fabric.readthedocs.io\/([A-z_]+\/(v[\d]+.[\d]+.[\d]+|release)|(es|fa|fr|it|ja|ko|ml|pt|ru|vi|zh-cn|zh_CN)\/latest)).*$" \

0 commit comments

Comments
 (0)