Set lychee action failIfEmpty: false

This commit is contained in:
LitoMore 2024-10-27 09:06:47 +08:00
parent 9d720b26a1
commit 3837b11e96
No known key found for this signature in database
GPG Key ID: B8653F9344667340

View File

@ -62,6 +62,7 @@ jobs:
with: with:
args: -- ${{ steps.changes.outputs.docs_files }} args: -- ${{ steps.changes.outputs.docs_files }}
fail: ${{ github.ref != 'refs/heads/develop' }} fail: ${{ github.ref != 'refs/heads/develop' }}
failIfEmpty: false
jobSummary: true jobSummary: true
format: markdown format: markdown
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}