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
parent 941cb15f59
commit a25fbd9dbb
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