aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95a4783..bb2dec4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,13 +20,16 @@ build:
link-check:
image: rust:bookworm
script:
- - cargo install mdbook
+ - ./bin/via-cargo-install-in-ci mdbook
- apt-get update && apt-get install -y git python3 python3-yaml linklint
- ./bin/build_html
- ./bin/check_links
artifacts:
paths:
- html.link-check
+ cache:
+ paths:
+ - cache
include:
project: tpo/tpa/ci-templates