Skip to content

Commit a9923d0

Browse files
authored
Run rake via bundle in the .readthedocs.yaml
1 parent 3f1e1a4 commit a9923d0

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
@@ -13,5 +13,5 @@ build:
1313
commands:
1414
- gem install bundler -v 2.3
1515
- bundle install
16-
- rake doc:yard
16+
- bundle exec rake doc:yard
1717
- cp -r doc $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)