From d83891e5324faf9d36085fdb19acfa08227ac7de Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 7 Jan 2025 14:40:02 -0800 Subject: [PATCH] RTD: Output dir must exist --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 41e4ac9..f7ef7c8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,4 +18,5 @@ build: # build - myst build --html # deploy + - mkdir -p $READTHEDOCS_OUTPUT - mv _build/html $READTHEDOCS_OUTPUT/html