Skip to content

Commit 9d0ad52

Browse files
committed
Make all the folders!
1 parent 0ae0134 commit 9d0ad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ build:
2222
html:
2323
- doxygen
2424
- cd bmp; doxygen
25-
- mkdir $READTHEDOCS_OUTPUT/html/
25+
- mkdir -p ${READTHEDOCS_OUTPUT}html/bmp
2626
- cd doxybuild; cp -a tools/html/* $READTHEDOCS_OUTPUT/html/; cp -a bmp/html $READTHEDOCS_OUTPUT/html/bmp

0 commit comments

Comments
 (0)