File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 45
45
46
46
build :
47
47
docker :
48
- - image : circleci/ruby:2.6.1 -node-browsers
48
+ - image : circleci/ruby:2.6.3 -node-browsers
49
49
working_directory : ~/circleci-docs
50
50
environment :
51
51
JEKYLL_ENV : production
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
reindex-search :
129
129
docker :
130
- - image : circleci/ruby:2.6.1 -node-browsers
130
+ - image : circleci/ruby:2.6.3 -node-browsers
131
131
working_directory : ~/circleci-docs
132
132
environment :
133
133
JEKYLL_ENV : production
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
deploy :
148
148
docker :
149
- - image : cibuilds/aws:1.16.118
149
+ - image : cibuilds/aws:1.16.185
150
150
steps :
151
151
- attach_workspace :
152
152
at : ./generated-site
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby '2.6.1 '
3
+ ruby '2.6.3 '
4
4
5
5
gem 'jekyll' , "3.8.5"
6
6
gem 'html-proofer'
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ DEPENDENCIES
139
139
rack (>= 2.0.6 )
140
140
141
141
RUBY VERSION
142
- ruby 2.6.2p47
142
+ ruby 2.6.3p62
143
143
144
144
BUNDLED WITH
145
- 1.17.2
145
+ 1.17.3
Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
jekyll :
4
- command : jekyll serve --incremental --livereload
4
+ command : jekyll serve -s jekyll - -incremental --livereload
5
5
image : jekyll/jekyll:3.8.5
6
6
volumes :
7
- - " ./jekyll :/srv/jekyll"
7
+ - " .:/srv/jekyll"
8
8
ports :
9
9
- 4000:4000
10
10
- 35729:35729
You can’t perform that action at this time.
0 commit comments