1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

7 lines
109 B
Ruby
Raw Normal View History

2013-10-23 00:07:51 -07:00
require "html/proofer"
task :test do
sh "bundle exec jekyll build"
HTML::Proofer.new("./_site").run
end