summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-26 15:39:13 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-26 15:39:13 -0700
commitb5d3d032ebc6b716f6a8788535adc32805d99711 (patch)
tree7d39e3bbce45495685c44a3832469edb0077a93d /Rakefile
parent7258235b6e08f6b18aca3418da3ad6faabe4bb42 (diff)
downloadchef-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--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2d8d5c9593..063abe1a85 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"