We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb8da3 commit d120038Copy full SHA for d120038
.github/workflows/links.yml
@@ -18,12 +18,12 @@ jobs:
18
- run: bundle exec jekyll build
19
- name: Link Checker
20
id: lychee
21
- uses: lycheeverse/lychee-action@v1.8.0
+ uses: lycheeverse/lychee-action@v1.10.0
22
with:
23
args: --verbose --max-concurrency 1 --retry-wait-time 30 --exclude-mail './_site/**/*.html'
24
- name: Create Issue From File
25
if: env.lychee_exit_code != 0
26
- uses: peter-evans/create-issue-from-file@v4
+ uses: peter-evans/create-issue-from-file@v5
27
28
title: Link Checker Report
29
content-filepath: ./lychee/out.md
0 commit comments