Skip to content

Commit ab04d7d

Browse files
committed
Remove build dependency from 'check:markup' task
The site might already be built for previewing, and re-generating takes a very long time. It's better to trigger the build manually, if necessary.
1 parent 03cbf4b commit ab04d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ namespace :check do
138138
end
139139

140140
desc 'Validate _site markup with validate-website'
141-
task :markup => :build do
141+
task :markup do
142142
require_relative "lib/markup_checker"
143143
MarkupChecker.new.check
144144
end

0 commit comments

Comments
 (0)