From 190e883851310b9ed5bb0ad63e7d1ac3c93840d7 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Tue, 8 Jun 2021 21:44:10 -0400 Subject: [PATCH] Ignore persistent CI failure --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70ced49..9a0f4d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: - name: Check links id: lychee uses: lycheeverse/lychee-action@v1.0.8 + with: + args: --verbose --no-progress --exclude wiki.bash-hackers.org/* README.md README_ZH-CN.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}