aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 718ce2a..687baca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,9 @@ variables:
SITE_URL: spec.torproject.org
build:
- # Chosen more or less arbitrarily.
- image: hrektts/mdbook
+ image: rust:bookworm
script:
+ - cargo install mdbook
- apt-get update && apt-get install -y git python3 python3-yaml
- ./bin/check_index
- ./bin/build_html.sh