File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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'
You can’t perform that action at this time.
0 commit comments