From cdc05b631c6c2601fe380f757ac26bf6fdbedee5 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 14 Aug 2025 17:55:31 -0700 Subject: [PATCH] Fix mdbook path --- docs/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 4b1a65d..98d82fb 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -8,4 +8,4 @@ build: - cargo install mdbook mdbook-alerts --root . build: html: - - ./bin/mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html + - PATH=$PATH:/bin mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html