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