File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ node-save-cache: &node-save-cache
21
21
jobs :
22
22
build :
23
23
docker :
24
- - image : cimg/ruby:3.1-browsers
24
+ - image : cimg/ruby:3.1.2 -browsers
25
25
environment :
26
26
<< : *node-environments
27
27
steps :
@@ -46,11 +46,11 @@ jobs:
46
46
bundle exec jekyll clean
47
47
bundle exec jekyll build
48
48
- run : |
49
- (bundle exec jekyll server -d _tmp_site & echo $! >&3) 3>jekyll .pid | grep -q 'Server running'
49
+ (bundle exec jekyll serve -d _tmp_site --no-watch & echo $! >&3) 3>_jekyll .pid | grep -q 'Server running'
50
50
pa11y-ci --sitemap 'http://localhost:4000/whiteglass/sitemap.xml' \
51
51
--sitemap-find 'https://yous.github.io/whiteglass' --sitemap-replace 'http://localhost:4000/whiteglass'
52
- kill -9 "$(cat jekyll .pid)"
53
- rm -f jekyll .pid
52
+ kill -9 "$(cat _jekyll .pid)"
53
+ rm -f _jekyll .pid
54
54
rm -rf _tmp_site
55
55
- persist_to_workspace :
56
56
root : .
You can’t perform that action at this time.
0 commit comments