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