From 5668a81111691c1e62d91b9f00d9c59f3bc5a84b Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 14 Aug 2025 21:30:55 +0000 Subject: [PATCH] Update mdbook path --- docs/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index fecc18f..0885d7d 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -8,4 +8,4 @@ build: - cargo install mdbook --root . build: html: - - ./mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html + - ./bin/mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html