aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-23 13:31:07 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-23 13:31:07 -0400
commit3106438a1bc2db37d1e613bc37d8109675231e74 (patch)
treea9b804948b7a4de830f0edcb1a80df79bb0009f1 /.gitlab-ci.yml
parent8a1915d9a0d639cc88c3696e85250c879135b092 (diff)
downloadtorspec-3106438a1bc2db37d1e613bc37d8109675231e74.tar.gz
torspec-3106438a1bc2db37d1e613bc37d8109675231e74.zip
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.
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