Changed order of steps (#7503)

Merge pull request 7503
This commit is contained in:
Jacob Byers 2019-01-29 11:55:36 -07:00 committed by jekyllbot
parent e1ef5f9229
commit 52faf2c34c
1 changed files with 7 additions and 7 deletions

View File

@ -105,6 +105,13 @@ jobs:
- run:
name: Bundle Install
command: bundle check || bundle install
- save_cache:
key: rubygems-v1-{% raw %}{{ checksum "Gemfile.lock" }}{% endraw %}
paths:
- vendor/bundle
- run:
name: Jekyll build
command: bundle exec jekyll build
- run:
name: HTMLProofer tests
command: |
@ -113,13 +120,6 @@ jobs:
--check-favicon \
--check-html \
--disable-external
- save_cache:
key: rubygems-v1-{% raw %}{{ checksum "Gemfile.lock" }}{% endraw %}
paths:
- vendor/bundle
- run:
name: Jekyll build
command: bundle exec jekyll build
- persist_to_workspace:
root: ./
paths: