Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading