Skip to content

Commit 8f23024

Browse files
change output dir
1 parent 6c8a3c4 commit 8f23024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ build:
1111
commands:
1212
- asdf plugin add just && asdf install just latest && asdf global just latest
1313
- asdf plugin add uv && asdf install uv latest && asdf global uv latest
14-
- just docs build $READTHEDOCS_OUTPUT/html
14+
- just docs build
15+
- mv $READTHEDOCS_OUTPUT/site $READTHEDOCS_OUTPUT/html
1516

1617
mkdocs:
1718
configuration: .mkdocs.yml

0 commit comments

Comments
 (0)