Skip to content

Commit 8b398da

Browse files
committed
removes un-needed ignore for html-proofer
1 parent 3ee8afa commit 8b398da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Rake::Jekyll::GitDeployTask.new(:deploy) do |t|
3838
Rake.sh "bundle exec jekyll build --destination #{dest_dir}"
3939
HTML::Proofer.new(dest_dir, {
4040
:href_ignore => [
41-
"#",
42-
"/tutorials"
41+
"#"
4342
],
4443
:alt_ignore => [
4544
/gc_button1_en/

0 commit comments

Comments
 (0)