Skip to content

Commit a67b4df

Browse files
committed
Sidebar validation depends on the site build
1 parent 60a5cac commit a67b4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ task :validate_links => [:build] do
5050
sh('bundle exec htmlproofer _site --assume-extension --disable-external --empty-alt-ignore --allow-hash-href --url-swap "^/docs/:/"')
5151
end
5252

53-
task :validate_sidebar_tree do # => [:build] do
53+
task :validate_sidebar_tree => [:build] do
5454
# There are lots of things which this could validate, however we assume that
5555
# most changes will be eyeballed by a human. We therefore just check the most
5656
# nuanced case -- that the url must be an exact match for its target page.

0 commit comments

Comments
 (0)