diff --git a/.github/workflows/check-broken-links-in-docs.yaml b/.github/workflows/check-broken-links-in-docs.yaml index 27e2a2d0..e80acb9b 100644 --- a/.github/workflows/check-broken-links-in-docs.yaml +++ b/.github/workflows/check-broken-links-in-docs.yaml @@ -15,5 +15,5 @@ jobs: uses: ruzickap/action-my-broken-link-checker@v2 with: url: https://fastagency.ai - cmd_params: '--buffer-size=8192 --max-connections=1 --color=always --header="User-Agent:Mozilla/5.0(Firefox/97.0)" --exclude="(localhost:8000|linkedin.com|fonts.gstatic.com|reddit.com|code.visualstudio.com)" --max-connections-per-host=1 --rate-limit=1 --max-response-body-size=20000000' + cmd_params: '--buffer-size=8192 --max-connections=1 --color=always --header="User-Agent:Mozilla/5.0(Firefox/97.0)" --exclude="(localhost:8000|linkedin.com|fonts.gstatic.com|reddit.com|code.visualstudio.com|facebook.com|openai.com|java.com|whatsapp.com)" --max-connections-per-host=1 --rate-limit=1 --max-response-body-size=20000000' debug: true