Skip to content

Check new links against deployment #17975

Check new links against deployment

Check new links against deployment #17975

name: Check new links against deployment
on:
deployment_status:
jobs:
run:
if:
github.event.deployment.ref != ${{ github.event.repository.default_branch
}} && github.event.deployment_status.state == 'success'
uses: iterative/link-check/.github/workflows/[email protected]