We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b5425 commit 0911b3fCopy full SHA for 0911b3f
Rakefile
@@ -5,6 +5,7 @@ task default: :yard
5
6
desc "Generate documentation with YARD"
7
task :yard do
8
+ sh "find", "docs", "-mindepth", "1", "!", "-name", "_config.yml", "!", "-name", "CNAME", "-delete"
9
sh "bundle", "exec", "yard"
10
end
11
0 commit comments