Skip to content

chore: add docs update references CI #2

chore: add docs update references CI

chore: add docs update references CI #2

name: Check docs for broken links

Check failure on line 1 in .github/workflows/docs_check-broken-links.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs_check-broken-links.yaml

Invalid workflow file

`check-broken-link` is not a valid event name
on:
workflow_run:
types:
- completed
workflows:
- docs_deploy
check-broken-link:
name: Check docs for broken links
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check links using container
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://faststream.airt.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)" --max-connections-per-host=1 --rate-limit=1'
debug: true