Commit 837007e1 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: exclude SECURITY.md from links check

parent 995baefe
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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