mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
ci: revert all markdown checker changes
nothing worked anyway [skip changelog]
This commit is contained in:
2
.github/workflows/markdown-checker.yml
vendored
2
.github/workflows/markdown-checker.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user