Skip to content

Link Check Built Pages #6

Link Check Built Pages

Link Check Built Pages #6

Workflow file for this run

---
name: Link Check Built Pages
on:
schedule:
- cron: 0 9 1 * *
workflow_dispatch:
jobs:
links:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/links@9d6e96a69f2f213846703cbc4bd7ad067366fcaf # v0
with:
branch: gh-pages
github-token: ${{ secrets.GITHUB_TOKEN }}