mirror of
https://github.com/beardicus/awesome-plotters.git
synced 2025-08-06 13:56:39 +02:00
exclude twitter hashtag link from linkchecker
it only seems to 404 for the link checker, not for humans.
This commit is contained in:
3
.github/workflows/links.yml
vendored
3
.github/workflows/links.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: Check links
|
name: Check links
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
repository_dispatch:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '42 04 * * *'
|
- cron: '42 04 * * *'
|
||||||
|
|
||||||
@@ -13,6 +15,7 @@ jobs:
|
|||||||
- name: Lychee Link Checker
|
- name: Lychee Link Checker
|
||||||
id: lychee
|
id: lychee
|
||||||
uses: lycheeverse/lychee-action@v1.5.1
|
uses: lycheeverse/lychee-action@v1.5.1
|
||||||
|
args: --exclude twitter\.com
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user