From 3106438a1bc2db37d1e613bc37d8109675231e74 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 23 Oct 2023 13:31:07 -0400 Subject: Stop trying to find an mdbook specific docker image. Instead, do a nice Rust image, and install mdbook from source. This is bandwidth- and cpu-inefficient, sadly, but it does get us an up-to-date version of mdbook. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3-54-g00ecf