Skip to content

Commit

Permalink
[DOCS] restore Lychee link checking (#10797)
Browse files Browse the repository at this point in the history
  • Loading branch information
klavavej authored Dec 19, 2024
1 parent a5bcb68 commit 431370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
# We decided to exclude all external HTTP requests but the ones that under the domain greatexpectations.io
# The reason is to avoid having network errors such as pages that throw 429 after too many requests (like Github)
# and to prevent other possible errors related to user agent or lychee capturing hrefs from metadata that don't resolve to a specific page (preconnects in JS)
args: "--exclude='http.*' 'docs/docusaurus/build/**/*.html'"
args: "--exclude='http.*' --include='^https://(.+\\.)?greatexpectations\\.io/' 'docs/docusaurus/build/**/*.html'"

docs-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 431370a

Please sign in to comment.