ci: revert all markdown checker changes

nothing worked anyway

[skip changelog]
This commit is contained in:
Constrat
2025-05-06 11:21:38 +02:00
parent 56f2b35ea7
commit 512ffa55bb

View File

@@ -25,7 +25,6 @@ jobs:
name: Check Dead Links
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -47,7 +46,6 @@ jobs:
uses: lycheeverse/lychee-action@v2
with:
# 仅检查内部链接和 Github 相关链接
token: ${{ secrets.GITHUB_TOKEN }}
args: >
--verbose --no-progress
--cache --max-cache-age 1d --cache-exclude-status '429, 500..599'