Skip to content

Commit e4d81ff

Browse files
Update .readthedocs.yml
1 parent f084923 commit e4d81ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ build:
99
- asdf plugin add uv
1010
- asdf install uv latest
1111
- asdf global uv latest
12+
1213
create_environment:
1314
- cd docs && uv venv
15+
1416
install:
1517
- cd docs && uv sync
18+
1619
build:
1720
html:
1821
- cd docs && uv run zensical build --clean
1922

2023
post_build:
2124
- mkdir -p $READTHEDOCS_OUTPUT/html/
2225
- cd docs && cp --recursive site/* $READTHEDOCS_OUTPUT/html/
26+
- ls $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)