Skip to content

Commit

Permalink
Fix htmlproofer (postbuild:test task)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhub committed Mar 9, 2023
1 parent 51011fc commit 6e980ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tasks/postbuild.rake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace :postbuild do
namespace :test do
desc 'Test if generated website is valid (do not test external links)'
task :kiss do
sh 'htmlproofer ./_site --disable-external --url-ignore "#,https://www.weezevent.com/?c=sys_widget" --empty-alt-ignore true'
sh 'htmlproofer ./_site --disable-external --url-ignore "#,https://www.weezevent.com/?c=sys_widget,/2023" --empty-alt-ignore true'
end
end
end

0 comments on commit 6e980ad

Please sign in to comment.