feat(lint_markdown_docs): ensure also detects website

!36
This commit is contained in:
2023-05-31 11:40:34 +09:30
parent f375a1298f
commit 9ebd0a27f6

View File

@ -48,10 +48,12 @@
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
exists: exists:
- "docs/index.md" - "docs/index.md"
- "pages/index.md"
when: always when: always
- if: '$CI_COMMIT_BRANCH && - if: '$CI_COMMIT_BRANCH &&
( $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "pipeline")' ( $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "pipeline")'
exists: exists:
- "docs/index.md" - "docs/index.md"
- "pages/index.md"
when: always when: always
- when: never - when: never