Commit 5d4a9d20 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: exclude internal link

parent d7cca06e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ check-links:
    entrypoint: [""]
  stage: build
  script:
    - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain *.md docs/ static/
    - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain --exclude "/static/intro$" *.md docs/ static/
  allow_failure: true

# publish on GitLab pages: only on master