From 3806284b5b50b8eff545e71cd480bbc9a4e98b27 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Tue, 17 Jan 2023 06:35:32 -0500 Subject: [PATCH] exclude twitter hashtag link from linkchecker it only seems to 404 for the link checker, not for humans. --- .github/workflows/links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1c1f424..e0f5133 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,6 +1,8 @@ name: Check links on: + repository_dispatch: + workflow_dispatch: schedule: - cron: '42 04 * * *' @@ -13,6 +15,7 @@ jobs: - name: Lychee Link Checker id: lychee uses: lycheeverse/lychee-action@v1.5.1 + args: --exclude twitter\.com env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}