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

feat(cicd): add links checker

parent a60e0d8b
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -45,9 +45,15 @@ process-templates:
      - kicker-aggregated.json
      - mkdocs.yml
      - docs/ref/
  rules:
    # exclude merge requests
    - if: '$CI_MERGE_REQUEST_ID == null'

check-links:
  image: 
    name: lycheeverse/lychee:latest
    entrypoint: [""]
  stage: build
  script:
    - lychee *.md docs/ static/
  allow_failure: true

# publish on GitLab pages: only on master
pages: