diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f394720..c3cb9c0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v3 - name: 链接检查 - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress --exclude "https://fonts.googleapis.com" --exclude "https://cdnjs.cloudflare.com" fail: true