Skip to content

Commit 75ab732

Browse files
committed
only checks for 4xx errors with html-proofer
1 parent 067a352 commit 75ab732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Rake::Jekyll::GitDeployTask.new(:deploy) do |t|
4242
],
4343
:alt_ignore => [
4444
/gc_button1_en/
45-
]
45+
],
46+
:only_4xx=> true
4647
}).run
4748
}
4849
end

0 commit comments

Comments
 (0)