Fix: Escape Liquid
This commit is contained in:
parent
bfd58fa949
commit
70f4d4908d
|
@ -100,7 +100,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- rubygems-v1-{{ checksum "Gemfile.lock" }}
|
- rubygems-v1-{% raw %}{{ checksum "Gemfile.lock" }}{% endraw %}
|
||||||
- rubygems-v1-fallback
|
- rubygems-v1-fallback
|
||||||
- run:
|
- run:
|
||||||
name: Bundle Install
|
name: Bundle Install
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
--check-html \
|
--check-html \
|
||||||
--disable-external
|
--disable-external
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: rubygems-v1-{{ checksum "Gemfile.lock" }}
|
key: rubygems-v1-{% raw %}{{ checksum "Gemfile.lock" }}{% endraw %}
|
||||||
paths:
|
paths:
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in New Issue