Skip to content

Commit

Permalink
Remove fail: true from lychee-action config
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude authored Oct 29, 2024
1 parent 3390bfa commit 44d1244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ jobs:
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
with:
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress --timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
fail: true
token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 44d1244

Please sign in to comment.