aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f01e598..fb587b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,17 @@ build:
paths:
- public
+link-check:
+ image: rust:bookworm
+ script:
+ - cargo install mdbook
+ - apt-get update && apt-get install -y git python3 python3-yaml linklint
+ - ./bin/build_html
+ - ./bin/check_links
+ artifacts:
+ paths:
+ - html.link-check
+
include:
project: tpo/tpa/ci-templates
file: