diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-26 15:39:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-26 15:39:13 -0700 |
commit | b5d3d032ebc6b716f6a8788535adc32805d99711 (patch) | |
tree | 7d39e3bbce45495685c44a3832469edb0077a93d /Rakefile | |
parent | 7258235b6e08f6b18aca3418da3ad6faabe4bb42 (diff) | |
download | chef-b5d3d032ebc6b716f6a8788535adc32805d99711.tar.gz |
Rework the docs.rb script as a Rake task
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ require_relative "tasks/rspec" require_relative "tasks/dependencies" require_relative "tasks/announce" +require_relative "tasks/docs" ENV["CHEF_LICENSE"] = "accept-no-persist" |