From a21885ce3164f57f2b256fa095f467914075cdc1 Mon Sep 17 00:00:00 2001 From: nyx-c-language Date: Mon, 29 Sep 2025 16:07:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=B9=E6=88=90=EF=BC=9A=E6=AF=8F?= =?UTF-8?q?=E5=91=A8=E6=97=A5=E4=B8=8B=E5=8D=8818:00=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/link-check.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index ba9bc02f987..06c3128be20 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,13 +1,9 @@ name: Link Checker on: - repository_dispatch: - push: - branches: - - develop - workflow_dispatch: schedule: - cron: "00 18 * * 0" + workflow_dispatch: jobs: linkChecker: From 63dd257a9431d316e04c88bcbbf34b6c06cbc1a1 Mon Sep 17 00:00:00 2001 From: nyx-c-language Date: Mon, 29 Sep 2025 16:18:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A3=80=E6=9F=A5.md=E5=92=8C.rst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/link-check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 06c3128be20..1d865856b41 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,9 +1,10 @@ name: Link Checker on: + repository_dispatch: + workflow_dispatch: schedule: - cron: "00 18 * * 0" - workflow_dispatch: jobs: linkChecker: @@ -17,7 +18,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - args: --verbose --no-progress --max-redirects 8 './**/*.md' + args: --verbose --no-progress --max-redirects 8 './**/*.md' './**/*.rst' format: markdown fail: false output: lychee/results.md