File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,14 @@ services:
40
40
41
41
test :
42
42
<< : *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"
44
51
volumes :
45
52
- .:/srv/jekyll:cached
46
53
- ./.output:/output:z
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3
3
cd " $here /.."
4
4
5
5
bundle check
6
- bundle exec jekyll doctor --source /srv/jekyll --destination /output
7
6
bundle exec jekyll build --source /srv/jekyll --destination /output
8
7
9
8
# This line runs broken link checks: https://github.com/gjtorikian/html-proofer
You can’t perform that action at this time.
0 commit comments