This repository was archived by the owner on Feb 8, 2022. It is now read-only.
File tree 3 files changed +44
-43
lines changed
3 files changed +44
-43
lines changed Original file line number Diff line number Diff line change 1
- # This file is a template, and might need editing before it works on your project.
2
- # Template project: https://gitlab.com/pages/jekyll
3
- # Docs: https://docs.gitlab.com/ce/pages/
4
- image : ruby:2.5
1
+ # https://gitlab.com/pages/jekyll/-/blob/master/.gitlab-ci.yml
2
+ image : ruby:2.7
5
3
6
4
variables :
7
5
JEKYLL_ENV : production
6
+ LC_ALL : C.UTF-8
8
7
9
8
before_script :
10
- - gem install bundler -v 2.0.2
11
- - bundle install
9
+ - gem install bundler
10
+ - bundle install
12
11
13
12
test :
14
13
stage : test
17
16
artifacts :
18
17
paths :
19
18
- test
20
- except :
21
- - master
19
+ rules :
20
+ - if : $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
22
21
23
22
pages :
24
23
stage : deploy
27
26
artifacts :
28
27
paths :
29
28
- public
30
- only :
31
- - master
32
-
29
+ rules :
30
+ - if : $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
- gem 'jekyll'
3
- gem 'jekyll-seo-tag'
4
- gem 'jekyll-paginate'
2
+
3
+ gem "jekyll" , "~> 4.2"
4
+ gem 'jekyll-seo-tag' , "~> 2.8"
5
+ gem 'jekyll-paginate' , "~> 1.1"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.7 .0 )
4
+ addressable (2.8 .0 )
5
5
public_suffix (>= 2.0.2 , < 5.0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.5 )
8
- em-websocket (0.5.1 )
7
+ concurrent-ruby (1.1.9 )
8
+ em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
- http_parser.rb (~> 0.6.0 )
10
+ http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
- ffi (1.11.3 )
12
+ ffi (1.15.5 )
13
13
forwardable-extended (2.6.0 )
14
- http_parser.rb (0.6 .0 )
15
- i18n (1.7.0 )
14
+ http_parser.rb (0.8 .0 )
15
+ i18n (1.9.1 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (4.0.0 )
17
+ jekyll (4.2.1 )
18
18
addressable (~> 2.4 )
19
19
colorator (~> 1.0 )
20
20
em-websocket (~> 0.5 )
21
- i18n (>= 0.9.5 , < 2 )
21
+ i18n (~> 1.0 )
22
22
jekyll-sass-converter (~> 2.0 )
23
23
jekyll-watch (~> 2.0 )
24
- kramdown (~> 2.1 )
24
+ kramdown (~> 2.3 )
25
25
kramdown-parser-gfm (~> 1.0 )
26
26
liquid (~> 4.0 )
27
- mercenary (~> 0.3.3 )
27
+ mercenary (~> 0.4.0 )
28
28
pathutil (~> 0.9 )
29
29
rouge (~> 3.0 )
30
30
safe_yaml (~> 1.0 )
31
- terminal-table (~> 1.8 )
31
+ terminal-table (~> 2.0 )
32
32
jekyll-paginate (1.1.0 )
33
- jekyll-sass-converter (2.0.1 )
33
+ jekyll-sass-converter (2.1.0 )
34
34
sassc (> 2.0.1 , < 3.0 )
35
- jekyll-seo-tag (2.6.1 )
36
- jekyll (>= 3.3 , < 5.0 )
35
+ jekyll-seo-tag (2.8.0 )
36
+ jekyll (>= 3.8 , < 5.0 )
37
37
jekyll-watch (2.2.1 )
38
38
listen (~> 3.0 )
39
- kramdown (2.1.0 )
39
+ kramdown (2.3.1 )
40
+ rexml
40
41
kramdown-parser-gfm (1.1.0 )
41
42
kramdown (~> 2.0 )
42
43
liquid (4.0.3 )
43
- listen (3.2.0 )
44
+ listen (3.7.1 )
44
45
rb-fsevent (~> 0.10 , >= 0.10.3 )
45
46
rb-inotify (~> 0.9 , >= 0.9.10 )
46
- mercenary (0.3.6 )
47
+ mercenary (0.4.0 )
47
48
pathutil (0.16.2 )
48
49
forwardable-extended (~> 2.6 )
49
- public_suffix (4.0.1 )
50
- rb-fsevent (0.10.3 )
51
- rb-inotify (0.10.0 )
50
+ public_suffix (4.0.6 )
51
+ rb-fsevent (0.11.1 )
52
+ rb-inotify (0.10.1 )
52
53
ffi (~> 1.0 )
53
- rouge (3.13.0 )
54
+ rexml (3.2.5 )
55
+ rouge (3.28.0 )
54
56
safe_yaml (1.0.5 )
55
- sassc (2.2.1 )
57
+ sassc (2.4.0 )
56
58
ffi (~> 1.9 )
57
- terminal-table (1.8 .0 )
59
+ terminal-table (2.0 .0 )
58
60
unicode-display_width (~> 1.1 , >= 1.1.1 )
59
- unicode-display_width (1.6 .0 )
61
+ unicode-display_width (1.8 .0 )
60
62
61
63
PLATFORMS
62
64
ruby
63
65
64
66
DEPENDENCIES
65
- jekyll
66
- jekyll-paginate
67
- jekyll-seo-tag
67
+ jekyll ( ~> 4.2 )
68
+ jekyll-paginate ( ~> 1.1 )
69
+ jekyll-seo-tag ( ~> 2.8 )
68
70
69
71
BUNDLED WITH
70
- 2.0.2
72
+ 2.1.4
You can’t perform that action at this time.
0 commit comments