From 431370a9187b08dd5198d3990649859568396271 Mon Sep 17 00:00:00 2001 From: Kristen Lavavej <35638702+klavavej@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:43:42 -0800 Subject: [PATCH] [DOCS] restore Lychee link checking (#10797) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bda65c39f8f..b5f8620c16df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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