Skip to content

Commit add460d

Browse files
committed
Specify docs output directory to prevent confusion
1 parent 824b6dd commit add460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test: lint
1212
bundle exec rake spec
1313

1414
docs:
15-
yard doc
15+
yard doc --output-dir ./doc
1616

1717
lint:
1818
rubocop --cache true --parallel

0 commit comments

Comments
 (0)