mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-12 07:33: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
|
||||
run: |
|
||||
bundle exec htmlproofer _site \
|
||||
--disable-external=true \
|
||||
--disable-external \
|
||||
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
|
||||
--swap-urls "^${{ steps.pages.outputs.base_path }}/:/"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user