Skip to content

Commit

Permalink
Copy contents of doc and not the folder itself .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
evolve75 authored Dec 20, 2024
1 parent 7d4613e commit abadbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ build:
- bundle install
- bundle exec rake doc:yard
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r doc $READTHEDOCS_OUTPUT/html
- cp -r doc/ $READTHEDOCS_OUTPUT/html/
- ls -l $READTHEDOCS_OUTPUT/html

0 comments on commit abadbdf

Please sign in to comment.