Skip to content

Commit

Permalink
Update link checker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 1, 2022
1 parent 257788a commit 94d4beb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/[email protected]
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress --max-concurrency 1 --timeout 30 docs/**/*.md

- name: Create Issue From File
if: steps.lychee.outputs.exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
Expand Down

0 comments on commit 94d4beb

Please sign in to comment.