Skip to content
Snippets Groups Projects
Commit 837007e1 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: exclude SECURITY.md from links check

parent 995baefe
No related branches found
No related tags found
No related merge requests found
......@@ -63,4 +63,4 @@ check-links:
entrypoint: [""]
stage: build
script:
- lychee --exclude-path CHANGELOG.md $LYCHEE_EXTRA_OPTS *.md
- lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment