File tree Expand file tree Collapse file tree 3 files changed +44
-18
lines changed Expand file tree Collapse file tree 3 files changed +44
-18
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- uses : ruby/setup-ruby@v1
17
17
with :
18
- ruby-version : ' 3.0.5 '
18
+ ruby-version : ' 3.1.4 '
19
19
bundler-cache : true
20
20
- name : Bower
21
21
run : |
28
28
( ! grep -qie Error -e Warn error.log )
29
29
- name : Cache HTMLProofer
30
30
id : cache-htmlproofer
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : tmp/.htmlproofer
34
34
key : ${{ runner.os }}-htmlproofer
@@ -39,10 +39,10 @@ jobs:
39
39
# Also ignore github.com because we have too many and they eventually return 429
40
40
bundle exec htmlproofer ./_site/\
41
41
--only-4xx\
42
- --ignore-empty-alt=true \
43
- --allow-hash-href=true \
44
- --enforce-https=false \
45
- --ignore-missing-alt=true \
42
+ --ignore-empty-alt\
43
+ --allow-hash-href\
44
+ --no- enforce-https\
45
+ --ignore-missing-alt\
46
46
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
47
47
--ignore-urls "/twitter.com/,/x.com/,/github.com/"\
48
48
--cache '{ "timeframe": { "external": "30d" } }'
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ gem 'github-pages'
3
3
gem 'webrick'
4
4
#
5
5
gem 'html-proofer'
6
- # gem 'html-proofer' # link-checking: bundle exec htmlproofer ./_site/ --only-4xx --ignore-empty-alt=true --allow-hash-href=true
6
+ # gem 'html-proofer' # link-checking: bundle exec htmlproofer ./_site/ --only-4xx --ignore-empty-alt --allow-hash-href
7
7
gem 'jekyll-redirect-from'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ Ascii85 (1.1.0 )
4
5
activesupport (7.0.4.3 )
5
6
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
7
i18n (>= 1.6 , < 2 )
7
8
minitest (>= 5.1 )
8
9
tzinfo (~> 2.0 )
9
- addressable (2.8.1 )
10
+ addressable (2.8.6 )
10
11
public_suffix (>= 2.0.2 , < 6.0 )
12
+ afm (0.2.2 )
13
+ async (2.9.0 )
14
+ console (~> 1.10 )
15
+ fiber-annotation
16
+ io-event (~> 1.5 , >= 1.5.1 )
17
+ timers (~> 4.1 )
18
+ bigdecimal (3.1.6 )
11
19
coffee-script (2.4.1 )
12
20
coffee-script-source
13
21
execjs
14
22
coffee-script-source (1.11.1 )
15
23
colorator (1.1.0 )
16
24
commonmarker (0.23.9 )
17
25
concurrent-ruby (1.2.2 )
26
+ console (1.23.5 )
27
+ fiber-annotation
28
+ fiber-local
29
+ json
18
30
dnsruby (1.61.9 )
19
31
simpleidn (~> 0.1 )
20
32
em-websocket (0.5.3 )
28
40
faraday-net_http (>= 2.0 , < 3.1 )
29
41
ruby2_keywords (>= 0.0.4 )
30
42
faraday-net_http (3.0.2 )
31
- ffi (1.15.5 )
43
+ ffi (1.16.3 )
44
+ fiber-annotation (0.2.0 )
45
+ fiber-local (1.0.0 )
32
46
forwardable-extended (2.6.0 )
33
47
gemoji (3.0.1 )
34
48
github-pages (228 )
82
96
octokit (~> 4.0 )
83
97
public_suffix (>= 3.0 , < 5.0 )
84
98
typhoeus (~> 1.3 )
99
+ hashery (2.1.2 )
85
100
html-pipeline (2.14.3 )
86
101
activesupport (>= 2 )
87
102
nokogiri (>= 1.4 )
88
- html-proofer (4.4.3 )
103
+ html-proofer (5.0.8 )
89
104
addressable (~> 2.3 )
90
- mercenary (~> 0.3 )
105
+ async (~> 2.1 )
91
106
nokogiri (~> 1.13 )
92
- parallel (~> 1.10 )
107
+ pdf-reader (~> 2.11 )
93
108
rainbow (~> 3.0 )
94
109
typhoeus (~> 1.3 )
95
110
yell (~> 2.0 )
96
111
zeitwerk (~> 2.5 )
97
112
http_parser.rb (0.8.0 )
98
113
i18n (1.12.0 )
99
114
concurrent-ruby (~> 1.0 )
115
+ io-event (1.5.1 )
100
116
jekyll (3.9.3 )
101
117
addressable (~> 2.4 )
102
118
colorator (~> 1.0 )
205
221
gemoji (~> 3.0 )
206
222
html-pipeline (~> 2.2 )
207
223
jekyll (>= 3.0 , < 5.0 )
224
+ json (2.7.1 )
208
225
kramdown (2.3.2 )
209
226
rexml
210
227
kramdown-parser-gfm (1.1.0 )
@@ -219,22 +236,28 @@ GEM
219
236
jekyll-feed (~> 0.9 )
220
237
jekyll-seo-tag (~> 2.1 )
221
238
minitest (5.18.0 )
222
- nokogiri (1.14.3 -x86_64-linux )
239
+ nokogiri (1.16.2 -x86_64-linux )
223
240
racc (~> 1.4 )
224
241
octokit (4.25.1 )
225
242
faraday (>= 1 , < 3 )
226
243
sawyer (~> 0.9 )
227
- parallel (1.22.1 )
228
244
pathutil (0.16.2 )
229
245
forwardable-extended (~> 2.6 )
246
+ pdf-reader (2.12.0 )
247
+ Ascii85 (~> 1.0 )
248
+ afm (~> 0.2.1 )
249
+ hashery (~> 2.0 )
250
+ ruby-rc4
251
+ ttfunk
230
252
public_suffix (4.0.7 )
231
- racc (1.6.2 )
253
+ racc (1.7.3 )
232
254
rainbow (3.1.1 )
233
255
rb-fsevent (0.11.2 )
234
256
rb-inotify (0.10.1 )
235
257
ffi (~> 1.0 )
236
258
rexml (3.2.5 )
237
259
rouge (3.26.0 )
260
+ ruby-rc4 (0.1.5 )
238
261
ruby2_keywords (0.0.5 )
239
262
rubyzip (2.3.2 )
240
263
safe_yaml (1.0.5 )
250
273
unf (~> 0.1.4 )
251
274
terminal-table (1.8.0 )
252
275
unicode-display_width (~> 1.1 , >= 1.1.1 )
253
- typhoeus (1.4.0 )
276
+ timers (4.3.5 )
277
+ ttfunk (1.8.0 )
278
+ bigdecimal (~> 3.1 )
279
+ typhoeus (1.4.1 )
254
280
ethon (>= 0.9.0 )
255
281
tzinfo (2.0.6 )
256
282
concurrent-ruby (~> 1.0 )
260
286
unicode-display_width (1.8.0 )
261
287
webrick (1.8.1 )
262
288
yell (2.2.2 )
263
- zeitwerk (2.6.7 )
289
+ zeitwerk (2.6.13 )
264
290
265
291
PLATFORMS
266
292
x86_64-linux
You can’t perform that action at this time.
0 commit comments