This commit is contained in:
Krishna babu
2024-06-18 10:59:29 -04:00
committed by GitHub
parent f7cac3033d
commit a1d27ca077
5 changed files with 6 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
file:///github/workspace/*
+2 -1
View File
@@ -18,7 +18,8 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.5.0
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "file:///github/workspace/*" --exclude-mail
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file ".github/workflows/.lychee.excludes" --exclude-mail
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}