From c61b0b4802b2cfd0125fd46a848015c368ca9965 Mon Sep 17 00:00:00 2001 From: Sam Kim Date: Wed, 6 Mar 2024 17:50:11 -0500 Subject: [PATCH] linkcheck: Ignore anchor warnings --- .github/workflows/link-checker-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker-full.yaml b/.github/workflows/link-checker-full.yaml index 24b4ea9..dc28796 100644 --- a/.github/workflows/link-checker-full.yaml +++ b/.github/workflows/link-checker-full.yaml @@ -16,4 +16,4 @@ jobs: - name: "Link Checker" uses: "filiph/linkcheck@3.0.0" with: - arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --connection-failures-as-warnings https://authzed.com/docs" + arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --connection-failures-as-warnings --no-check-anchors https://authzed.com/docs"