Commit 10e41d14 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: lychee shoud not fail the build

closes #28
parent 06c6b0e3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -79,6 +79,12 @@ scan-images:
      when: manual
      allow_failure: true

# override lychee to run on build stage and to be non-failing
mkdocs-lychee:
  stage: build
  rules:
    - allow_failure: true

# publish on GitLab pages: only on master
pages:
  stage: deploy