Skip to content

Commit 8968abe

Browse files
committed
CI: fix output directory
1 parent 84cc64b commit 8968abe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ build:
1111
- pip install -e .[dev]
1212
- pip install -e .[docs]
1313
- python -m pip list
14-
- cp -r docs/html/* $READTHEDOCS_OUTPUT/html/
14+
- ls $READTHEDOCS_OUTPUT
15+
- mkdir $READTHEDOCS_OUTPUT/html
16+
- cp -r docs/html/* $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)