parent
e1ef5f9229
commit
52faf2c34c
|
@ -105,6 +105,13 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Bundle Install
|
name: Bundle Install
|
||||||
command: bundle check || 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:
|
- run:
|
||||||
name: HTMLProofer tests
|
name: HTMLProofer tests
|
||||||
command: |
|
command: |
|
||||||
|
@ -113,13 +120,6 @@ jobs:
|
||||||
--check-favicon \
|
--check-favicon \
|
||||||
--check-html \
|
--check-html \
|
||||||
--disable-external
|
--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:
|
- persist_to_workspace:
|
||||||
root: ./
|
root: ./
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue