Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

[site] Remove the style test from cicd test #5280

Merged
merged 2 commits into from
Aug 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rakelib/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace :test do
desc 'Build devdocs and check for broken links'
task links: %w[build links_no_build]

desc 'Check the existing _site for broken links on Jenkins'
task cicd: %w[style] do
desc 'Check the entire _site for broken links and invalid HTML'
task :cicd do
puts 'Checking links with html-proofer...'.magenta

LinkChecker.check_site
Expand Down