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