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