File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ before_install:
77install :
88 - pip install --upgrade pip
99 - pip install ruamel.yaml
10+ - bundle install --path vendor/bundle --quiet
1011
1112addons :
1213 apt :
Original file line number Diff line number Diff line change @@ -17,22 +17,20 @@ if [[ $TRAVIS_PULL_REQUEST = "false" ]]; then # triggered by author
1717
1818else # triggered by Pull Request
1919
20- SAFE_DOMAIN=cdn.jsdelivr.net
21-
22- bundle install --path vendor/bundle --quiet
20+ SAFE_DOMAIN=" cdn.jsdelivr.net"
2321
2422 python _scripts/py/init_all.py
2523
26- build_cmd=" JEKYLL_ENV=production bundle exec jekyll build"
24+ build_cmd=" bundle exec jekyll build"
2725
2826 echo " \$ $build_cmd "
2927 eval $build_cmd
3028
31- bundle exec htmlproofer --disable-external \
29+ bundle exec htmlproofer _site/ \
30+ --disable-external \
3231 --check-html \
3332 --empty_alt_ignore \
3433 --allow_hash_href \
35- --url_ignore $SAFE_DOMAIN \
36- _site/
34+ --url_ignore $SAFE_DOMAIN
3735
3836fi
You can’t perform that action at this time.
0 commit comments