Skip to content

Commit

Permalink
Fix installation and run addl check
Browse files Browse the repository at this point in the history
  • Loading branch information
krmaxwell committed Mar 12, 2017
1 parent 6befeb2 commit 6463657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source 'https://rubygems.org'
# https://github.com/github/pages-gem
gem 'github-pages'
gem 'mdl'
gem 'html-proofer', '>=2.1.0"
gem 'html-proofer', '>=2.1.0'
5 changes: 2 additions & 3 deletions script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ bundle exec mdl -c ./.mdlrc _posts
title "Validating HTML"
bundle exec htmlproofer ./_site --check-html --check-favicon --disable-external

# DISABLED: Due to not using custom URL
# title "Checking GitHub Pages is Healthy"
# bundle exec github-pages health-check
title "Checking GitHub Pages is Healthy"
bundle exec github-pages health-check

title "Cleaning Up"
rm -Rf _site

0 comments on commit 6463657

Please sign in to comment.