Skip to content

Commit

Permalink
Specify docs output directory to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
codejudas committed Aug 10, 2017
1 parent 824b6dd commit add460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test: lint
bundle exec rake spec

docs:
yard doc
yard doc --output-dir ./doc

lint:
rubocop --cache true --parallel
Expand Down

0 comments on commit add460d

Please sign in to comment.