Skip to content

Commit

Permalink
add options
Browse files Browse the repository at this point in the history
Signed-off-by: yuriechan <28754813+yuriechan@users.noreply.github.com>
  • Loading branch information
yuriechan committed Jul 9, 2023
1 parent 48cec29 commit 732a037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Check Broken Links with Muffet
# Exclude zip file to prevent downloading the amount of data that cannot be supported by muffet
# Exclude any links from stackoverflow as it results in 403 HTTP status code (Forbidden)
run: muffet --verbose --buffer-size=2147483647 --color=always --exclude="(^.*zip\/$)|(^(https:\/\/stackoverflow.com).*$)" https://hyperledger-fabric.readthedocs.io
run: muffet --rate-limit=10 --timeout=20 --buffer-size=2147483647 --color=always --exclude="(^.*zip\/$)|(^(https:\/\/stackoverflow.com).*$)" https://hyperledger-fabric.readthedocs.io/en/latest/

0 comments on commit 732a037

Please sign in to comment.