Skip to content

ci: Add periodic dead link detection for MkDocs documentation#1266

Open
Copilot wants to merge 2 commits intodevelopfrom
copilot/add-broken-link-checker
Open

ci: Add periodic dead link detection for MkDocs documentation#1266
Copilot wants to merge 2 commits intodevelopfrom
copilot/add-broken-link-checker

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

No automated link checking existed for the docs/ directory, allowing dead links to accumulate undetected.

Changes

  • New workflow .github/workflows/dead_link_check.yml using byrnereese/github-action-mkdocs-link-check@v1
    • Runs on a weekly cron schedule (Mondays 09:00 UTC)
    • Supports workflow_dispatch for on-demand execution
    • Recursively scans docs/ with verbose HTTP status output
    • Scoped to permissions: contents: read (least-privilege GITHUB_TOKEN)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@paddle-bot
Copy link

paddle-bot bot commented Mar 18, 2026

Thanks for your contribution!

Co-authored-by: HydrogenSulfate <23737287+HydrogenSulfate@users.noreply.github.com>
Copilot AI changed the title [WIP] Add periodic dead link check mechanism for PaddleScience ci: Add periodic dead link detection for MkDocs documentation Mar 18, 2026
Copilot AI requested a review from HydrogenSulfate March 18, 2026 04:23
@HydrogenSulfate HydrogenSulfate marked this pull request as ready for review March 18, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants