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