Commit 09a08812 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(links): exclude files that contain links that can't be cheked

parent 1d3ff8d9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ check-links:
    entrypoint: [""]
  stage: build
  script:
    - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain --exclude "/static/intro$" *.md docs/ static/
    - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain --exclude "/static/intro$" --exclude-path SECURITY.md --exclude-path docs/ref/templates-stages-body.part.html *.md docs/ static/
  allow_failure: true

# publish on GitLab pages: only on master