Commit 6f3cda84 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(lychee): exclude www.gnu.org (often down)

parent dd8b5a89
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ check-links:
    entrypoint: [""]
  stage: build
  script:
    - lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md
    - lychee --exclude www.gnu.org --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md

tbc-check:
  image: