From 6ed053a4ce491495b1dda7106f22bb1949c70ebc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 7 Nov 2023 12:25:14 +0000 Subject: CI: check that there are no broken links --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3-54-g00ecf