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