File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,14 @@ services:
4040
4141 test :
4242 << : *common
43- command : /bin/bash -cl "/code/scripts/test.sh"
43+ command : /bin/bash -cl "
44+ bundle check
45+ && bundle exec jekyll doctor --source /srv/jekyll --destination /output
46+ && bundle exec jekyll build --source /srv/jekyll --destination /output"
47+
48+ check-links :
49+ << : *common
50+ command : /bin/bash -cl "/code/scripts/check_links.sh"
4451 volumes :
4552 - .:/srv/jekyll:cached
4653 - ./.output:/output:z
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33cd " $here /.."
44
55bundle check
6- bundle exec jekyll doctor --source /srv/jekyll --destination /output
76bundle exec jekyll build --source /srv/jekyll --destination /output
87
98# This line runs broken link checks: https://github.com/gjtorikian/html-proofer
You can’t perform that action at this time.
0 commit comments