aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-23 16:01:08 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-23 16:01:08 +0100
commit92758c3119739b80373428f0a640e08c1db7e27c (patch)
treea7ccee8ed8dd0a7807b056b4e8683c9fcb2b0821
parent89b7245da3ef2ec3eee8ee1631f95137a9040070 (diff)
ci: use nightly for building docs.
-rwxr-xr-x.github/ci/doc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index ed3036f2f..fbed2752a 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -8,6 +8,7 @@ export CARGO_HOME=/ci/cache/cargo
8export CARGO_TARGET_DIR=/ci/cache/target 8export CARGO_TARGET_DIR=/ci/cache/target
9export BUILDER_THREADS=4 9export BUILDER_THREADS=4
10export BUILDER_COMPRESS=true 10export BUILDER_COMPRESS=true
11mv rust-toolchain-nightly.toml rust-toolchain.toml
11 12
12# force rustup to download the toolchain before starting building. 13# force rustup to download the toolchain before starting building.
13# Otherwise, the docs builder is running multiple instances of cargo rustdoc concurrently. 14# Otherwise, the docs builder is running multiple instances of cargo rustdoc concurrently.