From 80c8584c9dca397e3e8b472b8541238778d8b30c Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 25 May 2024 18:09:19 -0500 Subject: [PATCH] skip platform links --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index a9a9fb4..b98e036 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -27,4 +27,4 @@ jobs: - name: Check links run: | - pytest --check-links ./ \ No newline at end of file + pytest --check-links ./ --check-links-ignore "https://platform.openai.com/*" \ No newline at end of file