File tree Expand file tree Collapse file tree 3 files changed +24
-21
lines changed Expand file tree Collapse file tree 3 files changed +24
-21
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
+ with :
28
+ show-progress : ' '
27
29
- name : Setup Ruby
28
30
uses : ruby/setup-ruby@v1
29
31
with :
32
34
cache-version : 0 # Increment this number if you need to re-download cached gems
33
35
- name : Setup Pages
34
36
id : pages
35
- uses : actions/configure-pages@v2
37
+ uses : actions/configure-pages@v3
36
38
- name : Build with Jekyll
37
39
# Outputs to the './_site' directory by default
38
40
run : |
42
44
env :
43
45
JEKYLL_ENV : production
44
46
- name : Upload artifact
45
- uses : actions/upload-pages-artifact@v1
47
+ uses : actions/upload-pages-artifact@v2
46
48
47
49
deploy :
48
50
if : github.ref == 'refs/heads/gh-pages'
54
56
steps :
55
57
- name : Deploy to GitHub Pages
56
58
id : deployment
57
- uses : actions/deploy-pages@v1
59
+ uses : actions/deploy-pages@v2
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem "jekyll" , "~> 4.2" # installed by `gem jekyll`
4
- gem "webrick" # required when using Ruby >= 3
3
+ gem "jekyll" , "~> 4.3.2"
5
4
6
- gem "just-the-docs" , "0.5.1 "
5
+ gem "just-the-docs" , "0.6.2 "
7
6
8
7
gem 'jekyll-titles-from-headings'
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.8.4 )
4
+ addressable (2.8.5 )
5
5
public_suffix (>= 2.0.2 , < 6.0 )
6
6
colorator (1.1.0 )
7
7
concurrent-ruby (1.2.2 )
11
11
eventmachine (1.2.7 )
12
12
ffi (1.15.5 )
13
13
forwardable-extended (2.6.0 )
14
- google-protobuf (3.22 .3-x86_64-linux )
14
+ google-protobuf (3.24 .3-x86_64-linux )
15
15
http_parser.rb (0.8.0 )
16
- i18n (1.13.0 )
16
+ i18n (1.14.1 )
17
17
concurrent-ruby (~> 1.0 )
18
18
jekyll (4.3.2 )
19
19
addressable (~> 2.4 )
31
31
safe_yaml (~> 1.0 )
32
32
terminal-table (>= 1.8 , < 4.0 )
33
33
webrick (~> 1.7 )
34
+ jekyll-include-cache (0.2.1 )
35
+ jekyll (>= 3.7 , < 5.0 )
34
36
jekyll-sass-converter (3.0.0 )
35
37
sass-embedded (~> 1.54 )
36
38
jekyll-seo-tag (2.8.0 )
39
41
jekyll (>= 3.3 , < 5.0 )
40
42
jekyll-watch (2.2.1 )
41
43
listen (~> 3.0 )
42
- just-the-docs (0.5.1 )
44
+ just-the-docs (0.6.2 )
43
45
jekyll (>= 3.8.5 )
46
+ jekyll-include-cache
44
47
jekyll-seo-tag (>= 2.0 )
45
48
rake (>= 12.3.1 )
46
49
kramdown (2.4.0 )
54
57
mercenary (0.4.0 )
55
58
pathutil (0.16.2 )
56
59
forwardable-extended (~> 2.6 )
57
- public_suffix (5.0.1 )
60
+ public_suffix (5.0.3 )
58
61
rake (13.0.6 )
59
62
rb-fsevent (0.11.2 )
60
63
rb-inotify (0.10.1 )
61
64
ffi (~> 1.0 )
62
- rexml (3.2.5 )
63
- rouge (4.1.0 )
65
+ rexml (3.2.6 )
66
+ rouge (4.1.3 )
64
67
safe_yaml (1.0.5 )
65
- sass-embedded (1.62.1 )
66
- google-protobuf (~> 3.21 )
67
- rake (>= 10 .0.0 )
68
+ sass-embedded (1.63.6 )
69
+ google-protobuf (~> 3.23 )
70
+ rake (>= 13 .0.0 )
68
71
terminal-table (3.0.2 )
69
72
unicode-display_width (>= 1.1.1 , < 3 )
70
73
unicode-display_width (2.4.2 )
@@ -74,10 +77,9 @@ PLATFORMS
74
77
x86_64-linux
75
78
76
79
DEPENDENCIES
77
- jekyll (~> 4.2 )
80
+ jekyll (~> 4.3. 2 )
78
81
jekyll-titles-from-headings
79
- just-the-docs (= 0.5.1 )
80
- webrick
82
+ just-the-docs (= 0.6.2 )
81
83
82
84
BUNDLED WITH
83
- 2.4.12
85
+ 2.4.19
You can’t perform that action at this time.
0 commit comments