mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 06:00:12 -06:00
ci: Add Internet Archive to ignored URLs (#1326)
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
|||||||
root: _site
|
root: _site
|
||||||
blacklist: line-numbers
|
blacklist: line-numbers
|
||||||
- name: Test with html-proofer
|
- name: Test with html-proofer
|
||||||
run: bundle exec htmlproofer _site --ignore-urls "/github.com/"
|
run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/"
|
||||||
env:
|
env:
|
||||||
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
|
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user