ci for broken links + fix broken links

This commit is contained in:
Ruben Fiszel
2026-07-03 16:23:27 +02:00
parent 3ec1f164be
commit f9c78fa9f9
3 changed files with 156 additions and 7 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Check frontend docs links
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
check-docs-links:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
frontend/src
.github/scripts
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Verify docs links are not 404
run: node .github/scripts/check-docs-links.mjs