mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-19 19:03:27 +10:00
Update html-proofer requirement from ~> 4.4 to ~> 5.0
Updates the requirements on [html-proofer](https://github.com/gjtorikian/html-proofer) to permit the latest version. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-proofer@v4.4.0...v5.0.8) Extracted from Dependabot
This commit is contained in:
parent
1764f6d96b
commit
f71139fb00
2
.github/workflows/pages-deploy.yml
vendored
2
.github/workflows/pages-deploy.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Test site
|
- name: Test site
|
||||||
run: |
|
run: |
|
||||||
bundle exec htmlproofer _site \
|
bundle exec htmlproofer _site \
|
||||||
--disable-external=true \
|
--disable-external \
|
||||||
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
|
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
|
||||||
--swap-urls "^${{ steps.pages.outputs.base_path }}/:/"
|
--swap-urls "^${{ steps.pages.outputs.base_path }}/:/"
|
||||||
|
|
||||||
|
2
Gemfile
2
Gemfile
@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|||||||
gem "jekyll-theme-chirpy", "~> 6.5", ">= 6.5.5"
|
gem "jekyll-theme-chirpy", "~> 6.5", ">= 6.5.5"
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "html-proofer", "~> 4.4"
|
gem "html-proofer", "~> 5.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user