Skip to content

Commit

Permalink
Add excluded URLs from CI check (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Nov 14, 2024
1 parent 6544ad8 commit c4b0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links-in-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4b0305

Please sign in to comment.