Skip to content

Commit f87fdd0

Browse files
committed
build(deps): upgrade html-proofer to v5.x
1 parent fdbd7f0 commit f87fdd0

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.github/workflows/starter/pages-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Test site
5454
run: |
5555
bundle exec htmlproofer _site \
56-
\-\-disable-external=true \
56+
\-\-disable-external \
5757
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
5858
5959
- name: Upload site artifact

Gemfile

+1-15
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,5 @@ source "https://rubygems.org"
55
gemspec
66

77
group :test do
8-
gem "html-proofer", "~> 4.4"
8+
gem "html-proofer", "~> 5.0"
99
end
10-
11-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
12-
# and associated library.
13-
platforms :mingw, :x64_mingw, :mswin, :jruby do
14-
gem "tzinfo", ">= 1", "< 3"
15-
gem "tzinfo-data"
16-
end
17-
18-
# Performance-booster for watching directories on Windows
19-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
20-
21-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
22-
# do not have a Java counterpart.
23-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

_posts/2019-08-08-write-a-new-post.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ image:
337337
---
338338
```
339339

340-
> You can observe LQIP in the preview image of post [_Text and Typography_](/posts/text-and-typography/).
340+
> You can observe LQIP in the preview image of post \"[Text and Typography](../text-and-typography/)\".
341341

342342
For normal images:
343343

tools/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ main() {
6262

6363
# test
6464
bundle exec htmlproofer "$SITE_DIR" \
65-
--disable-external=true \
65+
--disable-external \
6666
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
6767
}
6868

0 commit comments

Comments
 (0)