We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a291d commit 5ea2942Copy full SHA for 5ea2942
.github/workflows/linkchecker.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
with:
25
- args: --verbose --accept=200,429,403 --exclude-file .lycheeexclude --no-progress "**/*.md" --exclude-mail
+ args: --verbose --accept=200,429,403 --no-progress "**/*.md" --exclude-mail
26
27
- name: Create Issue From File
28
if: always() && steps.lychee.outcome == 'failure' && github.event_name != 'pull_request'
0 commit comments