Fix absolute links, warn about missing link anchors and faild hard on CI builds when warnings occure

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2024-04-28 15:26:32 +00:00
committed by yubiuser
parent d36fa240d0
commit bc158550eb
11 changed files with 20 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ jobs:
run: npm ci
- name: Build docs
run: mkdocs build
run: mkdocs build --strict
- name: Test
run: npm test