From 3837b11e962ad78272df5b2937bf7d9c5fc79155 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 27 Oct 2024 09:06:47 +0800 Subject: [PATCH] Set lychee action `failIfEmpty: false` --- .github/workflows/verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f3c88485..30b7ff49 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -62,6 +62,7 @@ jobs: with: args: -- ${{ steps.changes.outputs.docs_files }} fail: ${{ github.ref != 'refs/heads/develop' }} + failIfEmpty: false jobSummary: true format: markdown token: ${{ secrets.GITHUB_TOKEN }}