Skip to content

Commit

Permalink
exclude contributing/index.html from lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Oct 27, 2023
1 parent cd2af3e commit d93455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html'
args: find ./docs/build/html -type f -name '*.html' ! -path './docs/build/html/contributing/index.html' | xargs lychee --config='./.lychee.toml' --no-progress
fail: true # fail on broken links

0 comments on commit d93455d

Please sign in to comment.