Skip to content

Improve README pages #1417

Improve README pages

Improve README pages #1417

Workflow file for this run

name: Check documentation + hyperlinks
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1" # midnight every Monday
jobs:
check-docs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/generate-docs
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: "--verbose --no-progress --accept 200,203,503 --exclude-path ^target './**/*.md' './**/*.html'"