Skip to content

Commit ce2113b

Browse files
authored
Fixed for real this time .readthedocs.yaml
1 parent abadbdf commit ce2113b

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
@@ -15,5 +15,5 @@ build:
1515
- bundle install
1616
- bundle exec rake doc:yard
1717
- mkdir -p $READTHEDOCS_OUTPUT/html
18-
- cp -r doc/ $READTHEDOCS_OUTPUT/html/
18+
- cp -r doc/. $READTHEDOCS_OUTPUT/html/
1919
- ls -l $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)