Skip to content

Commit

Permalink
Test docs link checker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed May 17, 2023
1 parent 9f456a8 commit 73e3286
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.7.0
with:
args: --max-concurrency=32
args: --verbose './docs/**/*.md' --max-concurrency=32
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: docs
# - name: Create Issue From File
# if: env.lychee_exit_code != 0
# uses: peter-evans/create-issue-from-file@v4
# with:
# title: Link Checker Report
# content-filepath: ./lychee/out.md
# labels: docs

0 comments on commit 73e3286

Please sign in to comment.