From e9562acdc2f7b28a9d73a11a2c9afd4b36f2f527 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Sun, 3 Aug 2025 22:42:16 -0700 Subject: [PATCH] fix: handle certificate errors in link checker --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 4547782..87a8077 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v4 - uses: lycheeverse/lychee-action@v2 with: - args: --no-progress README.md docs/ apps/ examples/ benchmarks/ + args: --no-progress --insecure README.md docs/ apps/ examples/ benchmarks/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}