Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ check-links: entrypoint: [""] stage: build script: - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain *.md docs/ static/ - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain --exclude "/static/intro$" *.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 @@ -52,7 +52,7 @@ check-links: entrypoint: [""] stage: build script: - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain *.md docs/ static/ - lychee --exclude http://127.0.0.1 --exclude https://my-nonprod-k8s.domain --exclude "/static/intro$" *.md docs/ static/ allow_failure: true # publish on GitLab pages: only on master Loading