We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f35877 commit 3e81a7eCopy full SHA for 3e81a7e
.readthedocs.yaml
@@ -13,9 +13,7 @@ build:
13
- asdf plugin add uv && asdf install uv latest && asdf global uv latest
14
- just docs build
15
- mkdir -p $READTHEDOCS_OUTPUT/html
16
- - mv site $READTHEDOCS_OUTPUT/html
17
- - ls -la
18
- - ls -la $READTHEDOCS_OUTPUT/html
+ - mv site/* $READTHEDOCS_OUTPUT/html
19
20
mkdocs:
21
configuration: .mkdocs.yml
0 commit comments