Skip to content

Commit f764698

Browse files
committed
Use correct zensical output directory for RTD
1 parent f069637 commit f764698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ build:
2929
- zensical build
3030
post_build:
3131
- mkdir -p $READTHEDOCS_OUTPUT/html/
32-
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
32+
- cp --recursive build/html/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)