Merge pull request #4464 from chrisfinazzo/remove-old-rebuild-flag-from-htmlproof

Remove old flag which breaks htmlproof
This commit is contained in:
Parker Moore 2016-02-03 09:36:39 -08:00
commit 6ea6f79b69
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ bundle install -j8 > /dev/null || bundle install > /dev/null
# 2.
msg "Building..."
bundle exec jekyll build -s $SOURCE -d $DESTINATION --full-rebuild --trace
bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace
# 3.
msg "Proofing..."