Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
- add ratelimit
- increase buffer size
- test against live site, not local directory

Signed-off-by: Etai Lev Ran <[email protected]>
  • Loading branch information
elevran committed Mar 26, 2024
1 parent b7c180a commit 88b993c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://clusterlink.net
pages_path: ./website/public
cmd_params: '--buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --header="User-Agent:curl/7.54.0" --timeout=20' # muffet parameters
cmd_params: '--buffer-size=65536 --max-connections=16 --rate-limit=16 --timeout=20' # muffet parameters

0 comments on commit 88b993c

Please sign in to comment.