changes
This commit is contained in:
parent
86bb159d44
commit
1a2fed19b0
59 changed files with 6691 additions and 11 deletions
7
Rakefile
Normal file
7
Rakefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'html-proofer'
|
||||
|
||||
task :test do
|
||||
sh "bundle exec jekyll build"
|
||||
options = { :assume_extension => true, :only_4xx => true, :allow_hash_href => true}
|
||||
HTMLProofer.check_directory("./_site", options).run
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue